summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2016-08-26 11:41:12 -0400
committerVal Neekman <val@neekware.com>2016-08-26 11:41:12 -0400
commitd9f675eefeff87a0cffc266d8189c2eeed1a6052 (patch)
treebda4f129d543ed6439b1148d7d43defa583076ad
parenta75485a4442d9385321489164720d511d0933185 (diff)
downloadpython-slugify-d9f675eefeff87a0cffc266d8189c2eeed1a6052.tar.gz
run pep8.sh in travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9896f9e..f9b137b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ install:
- pip install https://github.com/un33k/pyflakes/tarball/master
before_script:
- - "pep8 --exclude=migrations --ignore=E501,E225,E128 ."
+ - "pep8.sh"
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pyflakes -x W slugify; fi
script: coverage run --source=slugify test.py