From e3fc691674fc00e3a3f83138bdf8d5f4c217b2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20K=C3=A1rolyi?= Date: Sun, 11 Oct 2020 13:58:10 +0200 Subject: [PATCH] Fix travis and isort --- .isort.cfg | 1 - .travis.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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