Travis: try to use Python 3.7 latest beta build

(rather than Python 3.7-dev, which is stuck on 3.7.0a4+)
This commit is contained in:
medmunds
2018-05-30 15:31:14 -07:00
parent 3a47042269
commit 2f20806778

View File

@@ -32,14 +32,14 @@ matrix:
# Django 2.1: Python 3.5, 3.6, or 3.7
- { env: DJANGO=2.1, python: 3.5 }
- { env: DJANGO=2.1, python: 3.6 }
- { env: DJANGO=2.1, python: 3.7-dev }
- { env: DJANGO=2.1, python: 3.7 }
- { env: DJANGO=2.1, python: pypy3 }
# Django development master (direct from GitHub source):
- { env: DJANGO=master, python: 3.7-dev }
- { env: DJANGO=master, python: 3.7 }
allow_failures:
- env: DJANGO=master
python: 3.7-dev
python: 3.7
cache: pip