Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 1, 2013
1 parent a186ba7 commit d8802b3
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 @@ -38,7 +38,7 @@ install:

script:
- if [[ $SETUP_CMD == test ]]; then python setup.py test ; fi
- if [[ $SETUP_CMD == cov ]]; then py.test --cov pyavm; fi
- if [[ $SETUP_CMD == cov ]]; then py.test --cov astrodendro; fi

after_success:
- if [[ $SETUP_CMD == cov ]]; then coveralls; fi

0 comments on commit d8802b3

Please sign in to comment.