Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 7, 2013
1 parent 31db2e4 commit f579f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_install:
- "if [[ $PY == '3.2' ]]; then sudo apt-get install -qq python3-numpy python3-scipy ipython3; fi"
- sudo apt-get install -qq octave
install:
- "if [[ $PY == '2.7' ]]; pip install coveralls pytest --use-mirrors; fi"
- "if [[ $PY == '2.7' ]]; then pip install coveralls pytest --use-mirrors; fi"
script:
- PY=%TRAVIS_PYTHON_VERSION
- "if [[ $PY == '2.7' ]]; then coverage run --source oct2py -m py.test -v; fi;"
Expand Down

0 comments on commit f579f3b

Please sign in to comment.