diff --git a/.isort.cfg b/.isort.cfg index e948380..79a6550 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,3 +1,2 @@ [settings] multi_line_output=4 -not_skip=__init__.py diff --git a/.travis.yml b/.travis.yml index 10ee333..c197005 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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