Skip to content

Commit 4aacc14

Browse files
Deleted editorconfig
* Added python code style check in travis
1 parent b7222f0 commit 4aacc14

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

.editorconfig

Lines changed: 0 additions & 39 deletions
This file was deleted.

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ install:
1111
- pip install requests
1212
- pip install codecov
1313
- pip install pytest pytest-cov
14+
- pip install pycodestyle
1415
- pip install .
1516
script:
1617
- coverage run --source=messagebird -m unittest discover -s tests/
1718
- coverage report --fail-under=80
19+
- pycodestyle --statistics --ignore=E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,E501 ./messagebird/
20+
- pycodestyle --statistics --ignore=E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505,E501 ./tests/
1821
matrix:
1922
allow_failures:
2023
- python: 'nightly'

0 commit comments

Comments
 (0)