Tests: add Django 3.0 alpha, Python 3.8-dev

This commit is contained in:
medmunds
2019-09-27 10:58:35 -07:00
parent 2762ea9ff8
commit c6ab1e374c
5 changed files with 131 additions and 3 deletions

View File

@@ -46,6 +46,11 @@ matrix:
- { env: TOXENV=django22-py36-all, python: 3.6 }
- { env: TOXENV=django22-py37-all RUN_LIVE_TESTS=true, python: 3.7 }
- { env: TOXENV=django22-pypy3-all, python: pypy3.5-6.0 }
# Django 3.0: Python 3.6, 3.7, or 3.8
- { env: TOXENV=django30-py36-all, python: 3.6 }
- { env: TOXENV=django30-py37-all, python: 3.7 }
- { env: TOXENV=django30-py38-all, python: 3.8-dev }
- { env: TOXENV=django30-pypy3-all, python: pypy3.6-7.1 }
# Django development master (direct from GitHub source):
- { env: TOXENV=djangoMaster-py37-all, python: 3.7 }
# Install without optional extras (don't need to cover entire matrix)