Travis: move live tests to Django 2.1

This commit is contained in:
medmunds
2018-08-14 14:27:10 -07:00
parent 33f0f4b141
commit cf42495ab1

View File

@@ -27,11 +27,11 @@ matrix:
- { env: DJANGO=1.11, python: pypy }
# Django 2.0: Python 3.5+
- { env: DJANGO=2.0, python: 3.5 }
- { env: DJANGO=2.0 RUN_LIVE_TESTS=true, python: 3.6 }
- { env: DJANGO=2.0, python: 3.6 }
- { env: DJANGO=2.0, python: pypy3 }
# 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 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 development master (direct from GitHub source):