Skip to content

Commit 64c3a8f

Browse files
committed
Add separate-build tests to tox.ini
1 parent 436a28f commit 64c3a8f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tox.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,22 @@
2525
# installed and that they can be run as 'python2.4', 'python2.5', etc.
2626

2727
[tox]
28-
envlist = py24,py25,py26,py27,py31,py32
28+
envlist = py24,py25,py26,py27,py31,py32,py27-separate,py32-separate
2929

3030
[testenv]
3131
deps=
3232
nose
3333
changedir={envdir}
3434
commands=python {toxinidir}/tools/test-installed-numpy.py {posargs:}
3535

36+
[testenv:py27-separate]
37+
basepython=python2.7
38+
env=NPY_SEPARATE_COMPILATION=1
39+
40+
[testenv:py32-separate]
41+
basepython=python3.2
42+
env=NPY_SEPARATE_COMPILATION=1
43+
3644
# Not run by default. Set up the way you want then use 'tox -e debug'
3745
# if you want it:
3846
[testenv:debug]

0 commit comments

Comments
 (0)