mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-08 08:51:04 +00:00
updated travis matrix
This commit is contained in:
parent
69d0387b6d
commit
fb0ff911aa
1 changed files with 5 additions and 1 deletions
|
|
@ -27,6 +27,10 @@ matrix:
|
|||
env: DJANGO=master
|
||||
- python: '3.6'
|
||||
env: DJANGO=master
|
||||
- python: '3.5'
|
||||
env: DJANGO=2.1
|
||||
- python: '3.6'
|
||||
env: DJANGO=2.1
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
|
|
@ -43,4 +47,4 @@ deploy:
|
|||
repo: jazzband/django-admin2
|
||||
# only do the PyPI release for exactly one scenario of the test matrix:
|
||||
condition: "$DJANGO = 1.11"
|
||||
python: 2.7
|
||||
python: 3.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue