Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove remaining uses of Python 3.6. | Charles Harris | 2020-12-02 | 1 | -1/+1 |
| | | | | We missed a few first time around. | ||||
* | MAINT: Update tox for supported Python versions | Mike Taves | 2020-01-22 | 1 | -2/+2 |
| | |||||
* | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 1 | -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 too | mattip | 2019-09-09 | 1 | -2/+1 |
| | |||||
* | MAINT, TST: remove test-installed-numpy.py | Tyler Reddy | 2019-07-13 | 1 | -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 versions | Mike Taves | 2019-06-26 | 1 | -10/+6 |
| | | | | Also replace 'nose' with 'pytest' for deps | ||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -2/+2 |
| | |||||
* | TST: Add Python 3.5 and 3.6 to Tox environments | Alexandr Shadchin | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | TST: Remove NPY_SEPARATE_COMPILATION | Alexandr Shadchin | 2017-03-08 | 1 | -9/+0 |
| | | | | This was deleted in numpy 1.11.0 (PR #6429) | ||||
* | TST: Remove unsupported versions Python from tox | Alexandr Shadchin | 2017-03-08 | 1 | -11/+3 |
| | |||||
* | TST: Add Python 3.4 to Tox environments | Alex Willmer | 2015-08-04 | 1 | -1/+12 |
| | |||||
* | MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default. | Charles Harris | 2014-05-06 | 1 | -5/+5 |
| | |||||
* | 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. |