diff --git a/.travis.yml b/.travis.yml index 0cdd5e900..8cd946b24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,7 @@ before_script: - export PATH=$PATH:$PWD/prism/bin/ - ./test/prism.sh script: -- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover; else python -m unittest - discover; fi +- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover; else python -m unittest discover; fi before_deploy: - python ./register.py deploy: