Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
try the tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Buck Golemon committed Nov 24, 2014
1 parent cac9ad3 commit f8046f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ script:
- $(python -c 'import sys; print(sys.real_prefix)')/bin/python --version
- $(python -c 'import sys; print(sys.real_prefix)')/bin/pip freeze
- sudo $(python -c 'import sys; print(sys.real_prefix)')/bin/pip install virtualenv
- tox
after_success:
- find -name '.coverage*' | xargs mv -t .
- coverage combine
Expand Down

0 comments on commit f8046f8

Please sign in to comment.