Skip to content

Commit 1351c24

Browse files
author
Emmanouil Konstantinidis
committed
Test different versions of django
1 parent a05c088 commit 1351c24

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ python:
88
- "pypy"
99
- "pypy3"
1010

11+
env:
12+
- DJANGO_VERSION=1.7
13+
- DJANGO_VERSION=1.8
14+
- DJANGO_VERSION=1.9
15+
1116
install:
12-
- pip install -r requirements.txt
17+
- pip install -r requirements.txt
18+
- pip install -U django==$DJANGO_VERSION
1319

1420
script:
15-
- python runtests.py
21+
- python runtests.py
1622

1723
notifications:
1824
slack:

0 commit comments

Comments
 (0)