From e7841751298488efcd2ce570a4c50a3dc39649d0 Mon Sep 17 00:00:00 2001 From: Matt Bernier Date: Thu, 19 Oct 2017 15:10:25 -0600 Subject: [PATCH] This is failing in #348 My guess is this should be one line? --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: