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