Travis: Revert "try to use Python 3.7 latest beta build"

Current Travis default Trusty image doesn't support latest Python 3.7.
(The outdated 3.7 alpha it has available is buggy, but is sufficient
for our tests until a Xenial image is ready.)

https://github.com/travis-ci/travis-ci/issues/9069
This commit is contained in:
medmunds
2018-05-30 15:58:54 -07:00
parent 2f20806778
commit 0730e96884

View File

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