Skip to content

Commit 37f2919

Browse files
committed
Update travis config for latest tox config changes.
1 parent ee3abc6 commit 37f2919

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ language: python
33
python:
44
- "2.6"
55
- "2.7"
6-
- "3.3"
76
- "3.4"
87
- "pypy"
98
env:
109
- DJANGO_VERSION=master
10+
- DJANGO_VERSION=1.8.x
1111
- DJANGO_VERSION=1.7.x
1212
- DJANGO_VERSION=1.6.x
1313
- DJANGO_VERSION=1.5.x
@@ -21,3 +21,5 @@ matrix:
2121
env: DJANGO_VERSION=master
2222
- python: "2.6"
2323
env: DJANGO_VERSION=1.7.x
24+
- python: "2.6"
25+
env: DJANGO_VERSION=1.8.x

0 commit comments

Comments
 (0)