Simplify requirements.txt by just having the one that installs everything
needed by the developer (base requirements + testing tools + documentation tools) Add documentation building to the tox and travis test scripts.
Showing
requirements.txt
0 → 100644
# Base package requirements | ||
pygeoif | ||
python-dateutil | ||
# Testing Requirements | ||
pytest | ||
pep8 | ||
coveralls | ||
tox>=1.8 | ||
# Documentation Requirements | ||
Sphinx | ||
sphinx-rtd-theme |
Please register or sign in to comment