summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlexandr Shadchin <alexandr.shadchin@gmail.com>2017-03-06 01:37:27 +0500
committerAlexandr Shadchin <alexandr.shadchin@gmail.com>2017-03-08 23:08:38 +0500
commit6897f9de65dec43af45e9dc8d5dd9f6e0cc57aba (patch)
treed37655ec69cedd2133ccad04b9f89f938d22ecd3 /tox.ini
parent28f9b8bc428e528f4c821718d6f3b354beddc254 (diff)
downloadnumpy-6897f9de65dec43af45e9dc8d5dd9f6e0cc57aba.tar.gz
TST: Remove NPY_SEPARATE_COMPILATION
This was deleted in numpy 1.11.0 (PR #6429)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 0 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 86aa25945..1a655c1e5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,6 @@
[tox]
envlist =
py27,py34,
- py27-monolithic,py34-monolithic,
py27-not-relaxed-strides,py34-not-relaxed-strides
[testenv]
@@ -36,14 +35,6 @@ deps=
changedir={envdir}
commands={envpython} {toxinidir}/tools/test-installed-numpy.py --mode=full {posargs:}
-[testenv:py27-monolithic]
-basepython=python2.7
-env=NPY_SEPARATE_COMPILATION=0
-
-[testenv:py34-monolithic]
-basepython=python3.4
-env=NPY_SEPARATE_COMPILATION=0
-
[testenv:py27-not-relaxed-strides]
basepython=python2.7
env=NPY_RELAXED_STRIDES_CHECKING=0