From 73301b801f12cf1d35448e1dbaa8b9f379d35f74 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Thu, 26 Oct 2017 22:20:04 -0700 Subject: [PATCH] isort is noisy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb48ec0..ba5456a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ python: - "3.6" install: "pip install -r requirements.txt" - script: pytest --flake8 --cov=stl -x --cov-report=html --isort + script: pytest --flake8 --cov=stl -x --cov-report=html