Skip to content

Commit 30d954a

Browse files
committed
drop completely borked python 3 + django installs
1 parent 747710d commit 30d954a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ matrix:
3333
env: DJANGO_VERSION="1.10"
3434
- python: "3.3"
3535
env: DJANGO_VERSION="1.11"
36+
- python: "3.6"
37+
env: DJANGO_VERSION="1.4"
38+
- python: "3.6"
39+
env: DJANGO_VERSION="1.5"
40+
- python: "3.6"
41+
env: DJANGO_VERSION="1.6"
42+
- python: "3.6"
43+
env: DJANGO_VERSION="1.7"
3644

3745
before_deploy:
3846
- pip install wheel

0 commit comments

Comments
 (0)