From 85ce532a13c892bb0619292809f00410d4925dff Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 27 Apr 2013 13:13:47 -0700 Subject: bash foo --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89731a4..4ad8569 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,5 @@ env: - PEP8=0 - PEP8=1 install: - - pip install pep8 --use-mirrors - pip install -e . --use-mirrors -script: "if [[ $PEP8 == '1' ]]; then pip install pep8 --use-mirrors; pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg . else python setup.py test fi" +script: "if [[ $PEP8 == '1' ]]; then pip install pep8 --use-mirrors; pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg .; else python setup.py test; fi" -- cgit v1.2.1