mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-18 09:31:10 +00:00
Update test matrix: add django-2.1 and python 3.7
This commit is contained in:
parent
ac2026602f
commit
4a5d778a36
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -7,6 +7,7 @@ distribute = False
|
|||
envlist =
|
||||
py{27,34,35,36}-1.11.X,
|
||||
py{34,35,36}-2.0.X,
|
||||
py{35,36,37}-2.1.X,
|
||||
|
||||
[testenv]
|
||||
downloadcache = {toxworkdir}/_download/
|
||||
|
|
@ -18,7 +19,9 @@ basepython =
|
|||
py34: python3.4
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
py37: python3.7
|
||||
deps =
|
||||
1.11.X: Django==1.11.*
|
||||
2.0.X: Django==2.0.*
|
||||
2.1.X: Django==2.1.*
|
||||
Pillow
|
||||
|
|
|
|||
Loading…
Reference in a new issue