mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-24 21:41:05 -05:00
Tox/Travis: enable Django 2.2alpha testing
This commit is contained in:
@@ -34,6 +34,11 @@ matrix:
|
||||
- { env: DJANGO=2.1 RUN_LIVE_TESTS=true, python: 3.6 }
|
||||
- { env: DJANGO=2.1, python: 3.7, dist: xenial, sudo: true }
|
||||
- { env: DJANGO=2.1, python: pypy3 }
|
||||
# Django 2.2: Python 3.5, 3.6, or 3.7
|
||||
- { env: DJANGO=2.2, python: 3.5 }
|
||||
- { env: DJANGO=2.2, python: 3.6 }
|
||||
- { env: DJANGO=2.2, python: 3.7, dist: xenial, sudo: true }
|
||||
- { env: DJANGO=2.2, python: pypy3 }
|
||||
# Django development master (direct from GitHub source):
|
||||
- { env: DJANGO=master, python: 3.6 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user