Extracted test requirements from CI config to a dedicated file
This will be help bootsrapping developer environments. Apparently it's now deprecated to run tests with `setup.py test`, so we don't bother listing it in setup.py.
test-requirements.txt
0 → 100644
pytest==3.10.1 | ||
pytest-cov==2.6.0 |
Please register or sign in to comment