Skip to content

Commit

Permalink
pip no longer support py 3.3, so travis can't test it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheld committed Aug 4, 2018
1 parent a4114ad commit 11b0b1d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
Expand Down Expand Up @@ -30,14 +29,6 @@ matrix:
env: DJANGO="django>=2.0,<2.1"
- python: "pypy"
env: DJANGO="django>=2.0,<2.1"
- python: "3.3"
env: DJANGO="django>=1.9,<1.10"
- python: "3.3"
env: DJANGO="django>=1.10,<1.11"
- python: "3.3"
env: DJANGO="django>=1.11,<2"
- python: "3.3"
env: DJANGO="django>=2.0,<2.1"
- python: "3.6"
env: DJANGO="django>=1.8,<1.9"
- python: "3.6"
Expand Down

0 comments on commit 11b0b1d

Please sign in to comment.