Skip to content

Commit b430c00

Browse files
committed
Fix Travis CI matrix
1 parent 49c672c commit b430c00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ matrix:
3232
exclude:
3333
- python: "3.2"
3434
env: DJANGO_VERSION='>=1.9,<1.10'
35+
- python: "3.2"
3536
env: DJANGO_VERSION='>=1.10,<1.11'
3637
- python: "3.3"
3738
env: DJANGO_VERSION='>=1.9,<1.10'
39+
- python: "3.3"
3840
env: DJANGO_VERSION='>=1.10,<1.11'
3941

4042
# Report to coveralls

0 commit comments

Comments
 (0)