Skip to content

Commit

Permalink
2.6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 3, 2014
1 parent ee0e74d commit 2a99621
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ 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 @@ -16,17 +12,3 @@ 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 2a99621

Please sign in to comment.