mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-24 23:23:44 +00:00
Add Python 3.8 to test matrix
This commit is contained in:
parent
bb33a0c5da
commit
23c2ef6433
2 changed files with 21 additions and 1 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -4,6 +4,8 @@ cache: pip
|
|||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8-dev
|
||||
- pypy3
|
||||
env:
|
||||
- DJANGO=1.11
|
||||
- DJANGO=2.1
|
||||
|
|
@ -15,6 +17,22 @@ matrix:
|
|||
env: DJANGO=master
|
||||
- python: 3.7
|
||||
env: DJANGO=master
|
||||
- python: 3.8-dev
|
||||
env: DJANGO=1.11
|
||||
- python: 3.8-dev
|
||||
env: DJANGO=2.1
|
||||
- python: 3.8-dev
|
||||
env: DJANGO=2.2
|
||||
- python: 3.8-dev
|
||||
env: DJANGO=master
|
||||
- python: pypy3
|
||||
env: DJANGO=1.11
|
||||
- python: pypy3
|
||||
env: DJANGO=2.1
|
||||
- python: pypy3
|
||||
env: DJANGO=2.2
|
||||
- python: pypy3
|
||||
env: DJANGO=master
|
||||
fast_finish: true
|
||||
install: pip install tox-travis codecov
|
||||
script: tox
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -1,11 +1,13 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{36,37}-django{111,21,22,master}
|
||||
py{36,37,38,py3}-django{111,21,22,master}
|
||||
|
||||
[travis]
|
||||
python =
|
||||
3.6: py36
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
pypy3: pypy3
|
||||
|
||||
[travis:env]
|
||||
DJANGO =
|
||||
|
|
|
|||
Loading…
Reference in a new issue