Skip to content

Commit bfb94cb

Browse files
committed
testing multple django versions
1 parent cbcb6e3 commit bfb94cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ install: "./install.sh"
1212
script: "coverage run --source=tests manage.py test"
1313
after_success:
1414
coveralls
15+
env:
16+
- DJANGO_VERSION=1.4
17+
- DJANGO_VERSION=1.5
18+
- DJANGO_VERSION=1.6
19+
- DJANGO_VERSION=1.7
20+
- DJANGO_VERSION=1.8

0 commit comments

Comments
 (0)