diff options
author | mattip <matti.picus@gmail.com> | 2019-09-09 11:26:28 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-09 11:26:28 +0300 |
commit | 037a613fbf6b81397b7506625ad8f0b4e55ec2f4 (patch) | |
tree | cc7688938e94e10832f92beb606a259ece6be10c /tox.ini | |
parent | 42ac121a0b547bc7c218c7ea318caf6c0a420034 (diff) | |
download | numpy-037a613fbf6b81397b7506625ad8f0b4e55ec2f4.tar.gz |
MAINT: use test_requirements.txt in tox and shippable, ship it too
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,8 +30,7 @@ envlist = py37-not-relaxed-strides [testenv] -deps= - pytest +deps= -Ur{toxinidir}/test_requirements.txt changedir={envdir} commands={envpython} {toxinidir}/runtests.py --mode=full {posargs:} |