summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* TST: Add Python 3.4 to Tox environmentsAlex Willmer2015-08-041-1/+12
|
* MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.Charles Harris2014-05-061-5/+5
|
* MAINT: update tox.iniPauli Virtanen2013-05-121-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.iniNathaniel J. Smith2012-07-111-1/+9
|
* Add a little command-line tool for running tests, plus tox supportNathaniel J. Smith2012-05-211-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.