File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,22 @@ matrix:
2525 include :
2626 - python : " 3.7"
2727 dist : xenial
28- env :
29- - DJANGO=2.0
30- - DJANGO=2.1
28+ env : DJANGO=2.0
29+ - python : " 3.7"
30+ dist : xenial
31+ env : DJANGO=2.1
32+
3133 - python : " 3.4"
32- env :
33- - DJANGO=1.11
34- - DJANGO=2.0
35- - python : " 2.7"
36- env :
37- - TOXENV="flake8"
38- - DJANGO=1.11
34+ env : DJANGO=1.11
35+ - python : " 3.4"
36+ env : DJANGO=2.0
37+
3938 - python : " 2.7"
39+ env : DJANGO=1.11
40+
41+ - python : " 3.7"
42+ env : TOXENV="flake8"
43+ - python : " 3.7"
4044 env : TOXENV="isort"
4145
4246install :
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ deps =
3939
4040
4141[testenv:flake8]
42- basepython = python2 .7
42+ basepython = python3 .7
4343deps =
4444 flake8
4545commands =
4646 flake8 intl_tel_input testapp
4747
4848[testenv:isort]
49- basepython = python2 .7
49+ basepython = python3 .7
5050deps =
5151 isort
5252commands =
You can’t perform that action at this time.
0 commit comments