Skip to content

Commit eb10e49

Browse files
committed
use non-deprecated tox-travis config
1 parent 4aaf24d commit eb10e49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
envlist = py27-lint, py27-unit, py27-pipconflictchecker, py36-lint, py35-lint, py34-lint, py33-lint
44
skipsdist = True
55

6-
[tox:travis]
7-
2.7 = py27
8-
3.5 = py35-mypy
6+
[travis]
7+
python =
8+
2.7: py27
9+
3.5: py35-py2_mypy
910

1011
[testenv]
1112
deps = -rrequirements.txt

0 commit comments

Comments
 (0)