diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2017-03-06 01:37:27 +0500 |
---|---|---|
committer | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2017-03-08 23:08:38 +0500 |
commit | 6897f9de65dec43af45e9dc8d5dd9f6e0cc57aba (patch) | |
tree | d37655ec69cedd2133ccad04b9f89f938d22ecd3 /tox.ini | |
parent | 28f9b8bc428e528f4c821718d6f3b354beddc254 (diff) | |
download | numpy-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.ini | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |