Reorder Travis test matrix entries

This commit is contained in:
Aleksi Häkli 2019-11-16 15:23:40 +02:00
parent bc9ec1d5fa
commit 4e68847b5f
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -13,12 +13,6 @@ env:
- DJANGO=master
matrix:
allow_failures:
- python: 3.6
env: DJANGO=master
- python: 3.7
env: DJANGO=master
- python: 3.8
env: DJANGO=master
- python: pypy3
env: DJANGO=1.11
- python: pypy3
@ -27,6 +21,12 @@ matrix:
env: DJANGO=2.2
- python: pypy3
env: DJANGO=master
- python: 3.6
env: DJANGO=master
- python: 3.7
env: DJANGO=master
- python: 3.8
env: DJANGO=master
fast_finish: true
install: pip install tox-travis codecov
script: tox