From 023ecc3bd29bce93cd3958e2173e04316193f2ff Mon Sep 17 00:00:00 2001 From: Jonathan Rocher Date: Fri, 10 Jan 2014 13:34:20 -0600 Subject: [PATCH] Fix typo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07c909348..454b24c8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: - cd testrunner script: # Running all tests in chaco/tests and chaco/tests2 - - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; thencoverage run -m nose.core chaco --exe; fi + - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage run -m nose.core chaco --exe; fi # FIXME: tricky to install PyQt for version <= 2.6, only running chaco/tests - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then coverage run -m nose.core chaco/tests --exe; fi notifications: