Skip to content

Commit cb4a93e

Browse files
committed
tox.ini: cleanup and fix failing travis build
1 parent 0909a1e commit cb4a93e

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

tox.ini

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tox]
2-
#envlist = py27-lint, py27-unit, py27-pipconflictchecker, py33-lint, py33-unit, py34-lint, py34-unit, py35-py2_mypy, py35-mypy, py35-lint, py35-unit, py36-lint, py36-unit # only when py3 compat is done
32
envlist = py27-lint, py27-unit, py27-pipconflictchecker, py36-lint, py35-lint, py34-lint, py33-lint
43
skipsdist = True
54

65
[travis]
76
python =
87
2.7: py27
9-
3.5: py35-py2_mypy
8+
3.5: py35-mypy2
109

1110
[testenv]
1211
deps = -rrequirements.txt
@@ -25,27 +24,6 @@ deps =
2524
mypy==0.511
2625
-rrequirements.txt
2726

28-
29-
[testenv:py36-lint]
30-
commands = flake8 cwltool setup.py
31-
whitelist_externals = flake8
32-
deps = flake8
33-
34-
[testenv:py35-lint]
35-
commands = flake8 cwltool setup.py
36-
whitelist_externals = flake8
37-
deps = flake8
38-
39-
[testenv:py34-lint]
40-
commands = flake8 cwltool setup.py
41-
whitelist_externals = flake8
42-
deps = flake8
43-
44-
[testenv:py33-lint]
45-
commands = flake8 cwltool setup.py
46-
whitelist_externals = flake8
47-
deps = flake8
48-
4927
[testenv:py27-lint]
5028
commands = flake8 cwltool setup.py
5129
whitelist_externals = flake8
@@ -56,14 +34,5 @@ commands = pipconflictchecker
5634
whitelist_externals = pipconflictchecker
5735
deps = pip-conflict-checker
5836

59-
[testenv:py35-unit]
60-
commands = python setup.py test
61-
62-
[testenv:py34-unit]
63-
commands = python setup.py test
64-
65-
[testenv:py33-unit]
66-
commands = python setup.py test
67-
6837
[testenv:py27-unit]
6938
commands = python setup.py test

0 commit comments

Comments
 (0)