f326975d7c
Make travis builds faster by splitting requirements into requirements-travis.txt, which contains all the requirements necessary for running tests, documentation related packages are omitted and added as a part of requirements-dev.txt Additionally .travis.yml is modified to cache pip downloads, though this feature is yet to be rolled out for the free tier
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
-r requirements-travis.txt
|
|
# test tools
|
|
nose
|
|
tox
|
|
|
|
# documentation
|
|
Pygments>=1.6
|
|
Sphinx
|
|
sphinx_rtd_theme
|