mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
@@ -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 }
|
||||
- { env: DJANGO=2.1, python: 3.7-dev }
|
||||
- { env: DJANGO=2.1, python: pypy3 }
|
||||
# Django development master (direct from GitHub source):
|
||||
- { env: DJANGO=master, python: 3.7 }
|
||||
- { env: DJANGO=master, python: 3.7-dev }
|
||||
|
||||
allow_failures:
|
||||
- env: DJANGO=master
|
||||
python: 3.7
|
||||
python: 3.7-dev
|
||||
|
||||
cache: pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user