chore(tests): Add flake8-import-order linter plugin

This commit is contained in:
Adrien Vergé
2017-06-28 15:18:40 +02:00
parent ae33716529
commit a052cf7dba
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ python:
- 3.6
- nightly
install:
- pip install pyyaml flake8 coveralls
- pip install pyyaml flake8 flake8-import-order coveralls
- pip install .
script:
- flake8 .

View File

@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1
[flake8]
import-order-style = pep8