mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user