Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Don't try to test against not-yet-released django versions or version…
Browse files Browse the repository at this point in the history
…s of python not-yet-supported by Travis
  • Loading branch information
rowanseymour committed Dec 5, 2018
1 parent 48e318e commit 3e1df8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
env:
- DJANGO_VERSION=1.9.11
- DJANGO_VERSION=1.10.3
- DJANGO_VERSION=1.11.1
- DJANGO_VERSION=2.0.10
- DJANGO_VERSION=2.1.5
- DJANGO_VERSION=2.0.9
- DJANGO_VERSION=2.1.4
sudo: false
cache:
directories:
Expand Down

0 comments on commit 3e1df8d

Please sign in to comment.