Skip to content

Commit

Permalink
Merge pull request #4461 from astrofrog/remove-python-2.6
Browse files Browse the repository at this point in the history
Travis: Remove Python 2.6 builds
  • Loading branch information
mhvk committed Jan 10, 2016
2 parents e30e8ca + 1d88530 commit df3f3dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ env:
- PIP_DEPENDENCIES=''

matrix:
- PYTHON_VERSION=2.6 SETUP_CMD='egg_info'
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.3 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
Expand All @@ -54,8 +53,6 @@ matrix:

# Try all python versions with the latest numpy, but without the
# optional dependencies
- os: linux
env: PYTHON_VERSION=2.6 SETUP_CMD='test --open-files'
- os: linux
env: PYTHON_VERSION=2.7 SETUP_CMD='test --open-files'
- os: linux
Expand Down

0 comments on commit df3f3dd

Please sign in to comment.