diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2017-03-06 01:34:20 +0500 |
---|---|---|
committer | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2017-03-08 23:08:38 +0500 |
commit | 28f9b8bc428e528f4c821718d6f3b354beddc254 (patch) | |
tree | 6e424329b4cf967070798366f8eda5bb9dc18e01 /tox.ini | |
parent | 485b099cd4b82d65dc38cb2b28c7119f003c76c4 (diff) | |
download | numpy-28f9b8bc428e528f4c821718d6f3b354beddc254.tar.gz |
TST: Remove unsupported versions Python from tox
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -26,9 +26,9 @@ [tox] envlist = - py26,py27,py32,py33,py34, - py27-monolithic,py33-monolithic,py34-monolithic, - py27-not-relaxed-strides,py33-not-relaxed-strides,py34-not-relaxed-strides + py27,py34, + py27-monolithic,py34-monolithic, + py27-not-relaxed-strides,py34-not-relaxed-strides [testenv] deps= @@ -40,10 +40,6 @@ commands={envpython} {toxinidir}/tools/test-installed-numpy.py --mode=full {posa basepython=python2.7 env=NPY_SEPARATE_COMPILATION=0 -[testenv:py33-monolithic] -basepython=python3.3 -env=NPY_SEPARATE_COMPILATION=0 - [testenv:py34-monolithic] basepython=python3.4 env=NPY_SEPARATE_COMPILATION=0 @@ -52,10 +48,6 @@ env=NPY_SEPARATE_COMPILATION=0 basepython=python2.7 env=NPY_RELAXED_STRIDES_CHECKING=0 -[testenv:py33-not-relaxed-strides] -basepython=python3.3 -env=NPY_RELAXED_STRIDES_CHECKING=0 - [testenv:py34-not-relaxed-strides] basepython=python3.4 env=NPY_RELAXED_STRIDES_CHECKING=0 |