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 19
19
global :
20
20
- CHROME_DRIVER_VERSION=2.36
21
21
matrix :
22
- - DJANGO=111
23
22
- DJANGO=20
24
23
- DJANGO=21
24
+ - DJANGO=22
25
25
- DJANGO=master
26
26
matrix :
27
27
fast_finish : true
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py{36}-dj{111, 20,21,master}
2
+ envlist = py{36}-dj{20,21,22 ,master}
3
3
[testenv]
4
4
setenv =
5
5
DISPLAY =:99.0
6
6
PYTHONPATH = {toxinidir}
7
7
deps =
8
8
-rrequirements-dev.txt
9
- dj111: https://github.com/django/django/archive/stable/1.11.x.tar.gz# egg=django
10
9
dj20: https://github.com/django/django/archive/stable/2.0.x.tar.gz# egg=django
11
10
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
12
12
djmaster: https://github.com/django/django/archive/master.tar.gz# egg=django
13
13
commands =
14
14
coverage run --source =s3file -m ' pytest' \
You can’t perform that action at this time.
0 commit comments