summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08TST: Add Python 3.5 and 3.6 to Tox environmentsAlexandr Shadchin1-1/+1
2017-03-08TST: Remove NPY_SEPARATE_COMPILATIONAlexandr Shadchin1-9/+0
This was deleted in numpy 1.11.0 (PR #6429)
2017-03-08TST: Remove unsupported versions Python from toxAlexandr Shadchin1-11/+3
2015-08-04TST: Add Python 3.4 to Tox environmentsAlex Willmer1-1/+12
2014-05-06MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.Charles Harris1-5/+5
2013-05-12MAINT: update tox.iniPauli Virtanen1-11/+19
Remove unsupported Python versions, flip the NPY_SEPARATE_COMPILATION flags, and add NPY_RELAXED_STRIDES, mirroring the travis configuration.
2012-07-11Add separate-build tests to tox.iniNathaniel J. Smith1-1/+9
2012-05-21Add a little command-line tool for running tests, plus tox supportNathaniel J. Smith1-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.