mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-18 12:31:08 +00:00
Reorder Travis test matrix entries
This commit is contained in:
parent
bc9ec1d5fa
commit
4e68847b5f
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue