Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 926e13f

Browse files
committed
Exclude testing Python 2.7 with Django 2.0 (not supported) #46
1 parent 13df210 commit 926e13f

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
@@ -44,6 +44,8 @@ matrix:
4444
env: DJANGO_VERSION="1.6"
4545
- python: "3.6"
4646
env: DJANGO_VERSION="1.7"
47+
- python: "2.7"
48+
env: DJANGO_VERSION="2.0"
4749

4850
before_deploy:
4951
- pip install wheel

0 commit comments

Comments
 (0)