Remove reference to compiled_without_hash.txt in tox.ini

This commit is contained in:
wezhou 2016-04-13 12:17:57 -07:00
Родитель 1ee0113806
Коммит 6a41871046
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -11,12 +11,6 @@ setenv =
whitelist_externals =
make
npm
install_compiled_without_hash =
pip install --no-deps --exists-action=w
--find-links https://pyrepo.stage.mozaws.net/wheelhouse/
--find-links https://pyrepo.stage.mozaws.net/olympia/
--no-index
-rrequirements/compiled_without_hash.txt
install_prod_without_hash =
pip install --no-deps --exists-action=w
--find-links https://pyrepo.stage.mozaws.net/wheelhouse/
@ -94,5 +88,4 @@ deps =
-rrequirements/docs.txt
commands =
{[testenv]install_compiled_without_hash}
make docs SPHINXOPTS='-nW'