Tox/Travis: enable Django 2.2alpha testing

This commit is contained in:
medmunds
2019-01-17 11:14:01 -08:00
parent 4ee4b335a2
commit a35ba9395d
4 changed files with 128 additions and 3 deletions

View File

@@ -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 }