mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-02 02:24:42 +00:00
update tox.ini
This commit is contained in:
parent
8407d1eb2a
commit
3ec9fb3cf7
1 changed files with 6 additions and 6 deletions
12
tox.ini
12
tox.ini
|
|
@ -6,9 +6,9 @@ exclude = .tox,docs/modeltranslation/conf.py
|
|||
[tox]
|
||||
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,
|
||||
py{27,34,35,36}-1.11,
|
||||
py{34,35,36}-2.0,
|
||||
py{35,36,37}-2.1,
|
||||
|
||||
[testenv]
|
||||
downloadcache = {toxworkdir}/_download/
|
||||
|
|
@ -22,7 +22,7 @@ basepython =
|
|||
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.*
|
||||
1.11: Django==1.11.*
|
||||
2.0: Django==2.0.*
|
||||
2.1: Django==2.1.*
|
||||
Pillow
|
||||
|
|
|
|||
Loading…
Reference in a new issue