Skip to content

Commit

Permalink
Revert "2.6 only"
Browse files Browse the repository at this point in the history
This reverts commit 2a99621.
  • Loading branch information
remram44 committed Dec 3, 2014
1 parent 55c3f08 commit 8eb84ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ env:
- TEST_MODE=run_program
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: .travis/install.sh
script: .travis/test.sh
after_success: .travis/finish.sh
Expand All @@ -12,3 +16,17 @@ notifications:
- reprozip.gate@gmail.com
on_success: change
on_failure: always
matrix:
include:
- python: "2.7"
env: TEST_MODE=check_style
- python: "2.7"
env: TEST_MODE=check_shared
- python: "2.7"
env: TEST_MODE=coverage_py
- python: "2.7"
env: TEST_MODE=coverage_c
exclude:
# This is already covered by coverage_py and coverage_c
- python: "2.7"
env: TEST_MODE=run_program

0 comments on commit 8eb84ac

Please sign in to comment.