Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: update tox.ini | Pauli Virtanen | 2013-05-12 | 1 | -11/+19 |
| | | | | | Remove unsupported Python versions, flip the NPY_SEPARATE_COMPILATION flags, and add NPY_RELAXED_STRIDES, mirroring the travis configuration. | ||||
* | Add separate-build tests to tox.ini | Nathaniel J. Smith | 2012-07-11 | 1 | -1/+9 |
| | |||||
* | Add a little command-line tool for running tests, plus tox support | Nathaniel J. Smith | 2012-05-21 | 1 | -0/+40 |
Tox is a handy little tool to make it easier than not to run proper tests that exercise the build system and are run against multiple Python versions: http://pypi.python.org/pypi/tox See comment at the top of tox.ini for hints. |