From 538ecc00989cec9b2134070a64213e8a1eb0479f Mon Sep 17 00:00:00 2001 From: Thor77 Date: Wed, 18 May 2016 21:35:06 +0200 Subject: [PATCH] limit pyflakes and isort-check to tsstats-package --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10f85e6..a527701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ matrix: - pip install pyflakes - pip install isort script: - - pyflakes **/*.py - - isort -c **/*.py + - pyflakes tsstats/**/*.py + - isort -c tsstats/**/*.py install: - pip install -r requirements.txt