Skip to content

Commit d2c7bcc

Browse files
committed
Update and fix test python versions and matrix
1 parent f0b60b7 commit d2c7bcc

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.travis.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff 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

4246
install:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ deps =
3939

4040

4141
[testenv:flake8]
42-
basepython = python2.7
42+
basepython = python3.7
4343
deps =
4444
flake8
4545
commands=
4646
flake8 intl_tel_input testapp
4747

4848
[testenv:isort]
49-
basepython = python2.7
49+
basepython = python3.7
5050
deps =
5151
isort
5252
commands=

0 commit comments

Comments
 (0)