@@ -12,7 +12,7 @@ envlist =
12
12
py36
13
13
py37
14
14
pypy
15
- {py27,py35 }-{pexpect,xdist,trial,numpy}
15
+ {py27,py36 }-{pexpect,xdist,trial,numpy}
16
16
py27-nobyte
17
17
doctesting
18
18
py35-freeze
37
37
38
38
[testenv:py27-subprocess]
39
39
changedir = .
40
- basepython = python2.7
41
40
deps =
42
41
pytest-xdist>=1.13
43
42
mock
68
67
commands =
69
68
pytest -n1 -rfsxX {posargs:testing}
70
69
71
- [testenv:py35 -xdist]
70
+ [testenv:py36 -xdist]
72
71
deps = {[testenv:py27-xdist]deps}
73
72
commands =
74
73
pytest -n3 -rfsxX {posargs:testing}
@@ -80,7 +79,7 @@ deps = pexpect
80
79
commands =
81
80
pytest -rfsxX test_pdb.py test_terminal.py test_unittest.py
82
81
83
- [testenv:py35 -pexpect]
82
+ [testenv:py36 -pexpect]
84
83
changedir = testing
85
84
platform = linux|darwin
86
85
deps = {[testenv:py27-pexpect]deps}
@@ -102,7 +101,7 @@ deps = twisted
102
101
commands =
103
102
pytest -ra {posargs:testing/test_unittest.py}
104
103
105
- [testenv:py35 -trial]
104
+ [testenv:py36 -trial]
106
105
deps = {[testenv:py27-trial]deps}
107
106
commands =
108
107
pytest -ra {posargs:testing/test_unittest.py}
@@ -112,7 +111,7 @@ deps=numpy
112
111
commands =
113
112
pytest -rfsxX {posargs:testing/python/approx.py}
114
113
115
- [testenv:py35 -numpy]
114
+ [testenv:py36 -numpy]
116
115
deps =numpy
117
116
commands =
118
117
pytest -rfsxX {posargs:testing/python/approx.py}
@@ -180,7 +179,6 @@ commands =
180
179
[testenv:coveralls]
181
180
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
182
181
usedevelop = True
183
- basepython = python3.5
184
182
changedir = .
185
183
deps =
186
184
{[testenv]deps}
0 commit comments