2
2
envlist =
3
3
py{27,34,35,36,37}-lint,
4
4
py{27,34,35,36,37}-unit,
5
- py35 -mypy{2,3},
5
+ py{34,35,36,36} -mypy{2,3},
6
6
py27-pipconflictchecker,
7
7
py27-lint-readme,
8
8
py27-pydocstyle
@@ -22,13 +22,13 @@ python =
22
22
passenv = CI TRAVIS TRAVIS_*
23
23
deps =
24
24
-rrequirements.txt
25
- py35-mypy{2,3}: mypy ==0.620
26
25
py{27,34,35,36,37}-unit: codecov
27
26
py{27,34,35,36,37}-unit: pytest-xdist
28
27
py{27,34,35,36,37}-unit: pytest-cov
29
28
py{27,34,35,36,37}-unit: -rtest-requirements.txt
30
29
py{27,34,35,36,37}-unit: galaxy-lib
31
30
py{27,34,35,36,37}-lint: flake8
31
+ py{34,35,36,36}-mypy{2,3}: mypy ==0.620
32
32
33
33
setenv =
34
34
py{27,34,35,36,37}-unit: LC_ALL = C
@@ -38,17 +38,12 @@ commands =
38
38
py{27,34,35,36,37}-unit: python setup.py test --addopts " --cov-report xml --cov cwltool {posargs}"
39
39
py{27,34,35,36,37}-unit: codecov
40
40
py{27,34,35,36,37}-lint: flake8 schema_salad setup.py
41
+ py{34,35,36,36}-mypy2: make mypy2
42
+ py{34,35,36,36}-mypy3: make mypy3
41
43
42
44
whitelist_externals =
43
45
py{27,34,35,36,37}-lint: flake8
44
-
45
- [testenv:py35-mypy2]
46
- commands = make mypy2
47
- whitelist_externals = make
48
-
49
- [testenv:py35-mypy3]
50
- commands = make mypy3
51
- whitelist_externals = make
46
+ py{34,35,36,36}-mypy{2,3}: make
52
47
53
48
[testenv:py27-pipconflictchecker]
54
49
commands = pipconflictchecker
0 commit comments