Skip to content

Commit

Permalink
travis. run tests on all env, get coverage from py 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Feb 20, 2014
1 parent 09819f0 commit 86a76a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ branches:


script: script:
- doit - doit
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then doit coverage; fi - py.test
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coveralls; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then doit coverage; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then coveralls; fi


notifications: notifications:
email: email:
Expand Down

0 comments on commit 86a76a3

Please sign in to comment.