Skip to content

Commit

Permalink
No longer test Python 2.6 & 3.3, add 3.6.
Browse files Browse the repository at this point in the history
Python 3.3 is at end of life on 2017-09-29. Python 2.6 has been EOL for a while.
  • Loading branch information
micahcochran committed Sep 28, 2017
1 parent c5a4df3 commit 5335b37
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ env:
# be caught early.
matrix:
include:
- python: 2.6
- python: 2.7
- python: 3.3
- python: 3.4
env:
- PROJSOURCE=4.9.2
- python: 3.4
- python: 3.5
- python: 3.6
- python: "nightly"
env:
- PROJSOURCE=git
Expand All @@ -32,8 +31,6 @@ matrix:

before_install:
- pip install -r requirements-dev.txt
# extra requirements to support Python 2.6
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi

- echo "PROJSOURCE is $PROJSOURCE"
- pwd
Expand Down

0 comments on commit 5335b37

Please sign in to comment.