File tree 2 files changed +21
-26
lines changed
2 files changed +21
-26
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : python
3
3
4
- python :
5
- - " 3.5"
6
- - " 3.6"
7
- - " 3.7"
8
- - " 3.8"
9
-
10
- env :
11
- - DJANGO="2.0"
12
- - DJANGO="2.1"
13
- - DJANGO="2.2"
14
- - DJANGO="3.0"
4
+ matrix :
5
+ include :
6
+ - python : 3.5
7
+ env : TOXENV=flake8
8
+ - python : 3.5
9
+ env : TOXENV=py35-django20
10
+ - python : 3.7
11
+ env : TOXENV=py37-django20
12
+ - python : 3.5
13
+ env : TOXENV=py35-django21
14
+ - python : 3.7
15
+ env : TOXENV=py37-django21
16
+ - python : 3.5
17
+ env : TOXENV=py35-django22
18
+ - python : 3.8
19
+ env : TOXENV=py38-django22
20
+ - python : 3.6
21
+ env : TOXENV=py36-django30
22
+ - python : 3.8
23
+ env : TOXENV=py38-django30
15
24
16
25
before_install :
17
26
- pip install codecov
18
27
19
28
install :
20
- - pip install -U tox-travis
29
+ - pip install tox
21
30
22
31
script : tox
23
32
Original file line number Diff line number Diff line change @@ -23,17 +23,3 @@ deps =
23
23
[testenv:flake8]
24
24
deps =flake8
25
25
commands =flake8 qurl_templatetag tests
26
-
27
- [travis]
28
- python =
29
- 3.5: py35, flake8
30
- 3.6: py36
31
- 3.7: py37
32
- 3.8: py38
33
-
34
- [travis:env]
35
- DJANGO =
36
- 2.0: django20
37
- 2.1: django21
38
- 2.2: django22
39
- 3.0: django30
You can’t perform that action at this time.
0 commit comments