Skip to content

Commit

Permalink
Travis CI: fix builds (remove python 2.6)
Browse files Browse the repository at this point in the history
Python 2.6 is no longer available on Travis
  • Loading branch information
mbeijen committed Oct 4, 2020
1 parent 33ee0ba commit 13559e9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false

python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand All @@ -17,15 +16,6 @@ env:

matrix:
exclude:
- python: 2.6
env: DJANGO=Django==1.7

- python: 2.6
env: DJANGO=Django==1.8

- python: 2.6
env: DJANGO=Django==1.9

- python: 3.3
env: DJANGO=Django==1.9

Expand Down

0 comments on commit 13559e9

Please sign in to comment.