Fix travis and isort

This commit is contained in:
László Károlyi 2020-10-11 13:58:10 +02:00
parent 35efbb7cd9
commit e3fc691674
Signed by untrusted user: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
[settings]
multi_line_output=4
not_skip=__init__.py

View File

@ -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