Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rocher committed Jan 10, 2014
1 parent 94f2af2 commit 023ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 023ecc3

Please sign in to comment.