summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Update tox for supported Python versionsMike Taves2020-01-221-2/+2
|
* MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-1/+1
| | | | | | | | A BytesWarning can be emitted when bytes are and strings are mismatched. Catching BytesWarning ensures a better boundary between str and bytes type. The test suite is now run with the -b flag to emit this warning. Fixes #9308
* MAINT: use test_requirements.txt in tox and shippable, ship it toomattip2019-09-091-2/+1
|
* MAINT, TST: remove test-installed-numpy.pyTyler Reddy2019-07-131-3/+3
| | | | | | * replace usage of test-installed-numpy.py with runtests.py; they serve similar purposes and the latter is more commonly used / maintained
* MAINT: Update tox for supported Python versionsMike Taves2019-06-261-10/+6
| | | | Also replace 'nose' with 'pytest' for deps
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
|
* TST: Add Python 3.5 and 3.6 to Tox environmentsAlexandr Shadchin2017-03-081-1/+1
|
* TST: Remove NPY_SEPARATE_COMPILATIONAlexandr Shadchin2017-03-081-9/+0
| | | | This was deleted in numpy 1.11.0 (PR #6429)
* TST: Remove unsupported versions Python from toxAlexandr Shadchin2017-03-081-11/+3
|
* 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.