Skip to content

Commit 53671ec

Browse files
committed
Fix Python 3.7 version
1 parent 24c2b21 commit 53671ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.4"
77
- "3.5"
88
- "3.6"
9-
- "3.7"
9+
- "3.7-dev"
1010

1111
env:
1212
- DJANGO=1.11
@@ -29,6 +29,7 @@ matrix:
2929
env: DJANGO=master
3030
allow_failures:
3131
- env: DJANGO=master
32+
- python: "3.7-dev"
3233

3334
install:
3435
- travis_retry pip install -U tox-travis

0 commit comments

Comments
 (0)