diff options
| author | Val Neekman <val@neekware.com> | 2016-08-26 11:41:12 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2016-08-26 11:41:12 -0400 |
| commit | d9f675eefeff87a0cffc266d8189c2eeed1a6052 (patch) | |
| tree | bda4f129d543ed6439b1148d7d43defa583076ad | |
| parent | a75485a4442d9385321489164720d511d0933185 (diff) | |
| download | python-slugify-d9f675eefeff87a0cffc266d8189c2eeed1a6052.tar.gz | |
run pep8.sh in travis
| -rw-r--r-- | .travis.yml | 2 |
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 |
