Fix travis and isort
This commit is contained in:
parent
35efbb7cd9
commit
e3fc691674
2 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,2 @@
|
|||
[settings]
|
||||
multi_line_output=4
|
||||
not_skip=__init__.py
|
||||
|
|
|
@ -17,6 +17,6 @@ install:
|
|||
|
||||
# command to run tests
|
||||
script:
|
||||
- python -m isort -c --skip-glob=venv
|
||||
- python -m isort -c --skip-glob=venv .
|
||||
- python -m flake8 tests/ validate_email/ setup.py
|
||||
- python -m unittest discover -v -s tests
|
||||
|
|
Loading…
Reference in a new issue