mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Travis: test with released Python 3.7
The python3.7-dev environment available on Travis default trusty is apparently an outdated beta. Released Python 3.7 is only available in Travis on the xenial platform (and xenial is currently only available with sudo=true).
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-dev }
|
||||
- { env: DJANGO=2.1, python: 3.7, dist: xenial, sudo: true }
|
||||
- { 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.6 }
|
||||
|
||||
allow_failures:
|
||||
- env: DJANGO=master
|
||||
python: 3.7-dev
|
||||
python: 3.6
|
||||
|
||||
cache: pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user