Skip to content

Commit

Permalink
test travis with latest django
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyll committed May 31, 2021
1 parent 05a795e commit 4239875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.8"
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.10
- DJANGO_VERSION=2.0
- DJANGO_VERSION=3.0
install:
- pip install Django==$DJANGO_VERSION
script: python setup.py test

# Django 2.0+ supports only Python 3.x.
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=2.0
- python: "2.7"
env: DJANGO_VERSION=2.0
- python: "2.7"
env: DJANGO_VERSION=3.0

0 comments on commit 4239875

Please sign in to comment.