coursera-dl/requirements-dev.txt
Yuri Bochkarev 4b4f8c0cd1 Add tox to requirements.txt and extend it to versions 26,27,33,34,35
Now it's a snap to run tests locally on multiple versions of Python.

Also fix install_command. tox used to fail because it tried to
pass `--download-cache` option to pip, which is obsolete and gone.

Update CONTRIBUTING.md to explain how to use tox and pyenv together
to run tests locally on multiple Python versions.
2016-07-17 17:03:40 +03:00

7 lines
74 B
Text

pytest
pytest-cov
pytest-xdist
mock>=1.0.1
coverage>=3.7
keyrings.alt
tox