Skip to content

Commit

Permalink
travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Feb 18, 2014
1 parent b36597a commit 4cf8c2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ branches:
script:
- doit checker
- py.test
- coverage help
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then "coverage help"; "coverage run --parallel-mode `which py.test` "; "coverage combine"; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage help; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage run --parallel-mode `which py.test`; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage combine; fi
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coveralls; fi

Expand Down

0 comments on commit 4cf8c2b

Please sign in to comment.