Skip to content

Commit

Permalink
fixed Travis config to run tests with all supported versions of Pytho…
Browse files Browse the repository at this point in the history
…n both with and without coverage
  • Loading branch information
taleinat committed Feb 7, 2015
1 parent 43e656f commit 0f79454
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Expand Up @@ -3,11 +3,16 @@ install:
- pip install tox
- pip install coveralls
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py26-without_coverage
- TOXENV=py27-without_coverage
- TOXENV=py32-without_coverage
- TOXENV=py33-without_coverage
- TOXENV=py34-without_coverage
- TOXENV=py26-with_coverage
- TOXENV=py27-with_coverage
- TOXENV=py32-with_coverage
- TOXENV=py33-with_coverage
- TOXENV=py34-with_coverage
script:
- tox
after_success:
Expand Down

0 comments on commit 0f79454

Please sign in to comment.