10000 Merge pull request #8745 from shadchin/cleanup_tox · juliantaylor/numpy@1030d64 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1030d64

Browse files
authored
Merge pull request numpy#8745 from shadchin/cleanup_tox
TST: Remove unused env from tox
2 parents d934718 + 5006fa0 commit 1030d64

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

tox.ini

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,19 @@
2626

2727
[tox]
2828
envlist =
29-
py26,py27,py32,py33,py34,
30-
py27-monolithic,py33-monolithic,py34-monolithic,
31-
py27-not-relaxed-strides,py33-not-relaxed-strides,py34-not-relaxed-strides
29+
py27,py34,py35,py36,
30+
py27-not-relaxed-strides,py34-not-relaxed-strides
3231

3332
[testenv]
3433
deps=
3534
nose
3635
changedir={envdir}
3736
commands={envpython} {toxinidir}/tools/test-installed-numpy.py --mode=full {posargs:}
3837

39-
[testenv:py27-monolithic]
40-
basepython=python2.7
41-
env=NPY_SEPARATE_COMPILATION=0
42-
43-
[testenv:py33-monolithic]
44-
basepython=python3.3
45-
env=NPY_SEPARATE_COMPILATION=0
46-
47-
[testenv:py34-monolithic]
48-
basepython=python3.4
49-
env=NPY_SEPARATE_COMPILATION=0
50-
5138
[testenv:py27-not-relaxed-strides]
5239
basepython=python2.7
5340
env=NPY_RELAXED_STRIDES_CHECKING=0
5441

55-
[testenv:py33-not-relaxed-strides]
56-
basepython=python3.3
57-
env=NPY_RELAXED_STRIDES_CHECKING=0
58-
5942
[testenv:py34-not-relaxed-strides]
6043
basepython=python3.4
6144
env=NPY_RELAXED_STRIDES_CHECKING=0

0 commit comments

Comments
 (0)
0