File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 global :
2020 - CHROME_DRIVER_VERSION=2.36
2121 matrix :
22- - DJANGO=111
2322 - DJANGO=20
2423 - DJANGO=21
24+ - DJANGO=22
2525 - DJANGO=master
2626matrix :
2727 fast_finish : true
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py{36}-dj{111, 20,21,master}
2+ envlist = py{36}-dj{20,21,22 ,master}
33[testenv]
44setenv =
55 DISPLAY =:99.0
66 PYTHONPATH = {toxinidir}
77deps =
88 -rrequirements-dev.txt
9- dj111: https://github.com/django/django/archive/stable/1.11.x.tar.gz# egg=django
109 dj20: https://github.com/django/django/archive/stable/2.0.x.tar.gz# egg=django
1110 dj21: https://github.com/django/django/archive/stable/2.1.x.tar.gz# egg=django
11+ dj22: https://github.com/django/django/archive/stable/2.2.x.tar.gz# egg=django
1212 djmaster: https://github.com/django/django/archive/master.tar.gz# egg=django
1313commands =
1414 coverage run --source =s3file -m ' pytest' \
You can’t perform that action at this time.
0 commit comments