This commit is contained in:
Andy McKay 2015-11-25 12:31:27 -08:00
Родитель 37d3ae0b40
Коммит 9993acfbe3
5 изменённых файлов: 6 добавлений и 6 удалений

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

@ -33,7 +33,7 @@ RUN pip install -U pip wheel
COPY requirements /pip/requirements/
RUN cd /pip && \
pip install --build ./build --cache-dir ./cache \
--find-links https://pyrepo.addons.mozilla.org/ \
--find-links https://pyrepo.stage.mozaws.net/ \
--no-index --no-deps \
-r requirements/docker.txt && \
rm -r build cache

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

@ -74,7 +74,7 @@ update_code:
git checkout master && git pull
update_deps:
pip install --no-deps --exists-action=w -r requirements/dev.txt --find-links https://pyrepo.addons.mozilla.org/wheelhouse/ --find-links https://pyrepo.addons.mozilla.org/ --no-index
pip install --no-deps --exists-action=w -r requirements/dev.txt --find-links https://pyrepo.stage.mozaws.net/wheelhouse/ --find-links https://pyrepo.stage.mozaws.net/ --no-index
update_db:
schematic migrations

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

@ -14,7 +14,7 @@ To build the documentation, you first need the dependencies from
If you're unsure, activate your virtualenv and run::
pip install --no-deps --exists-action=w --download-cache=/tmp/pip-cache -r requirements/docs.txt --find-links https://pyrepo.addons.mozilla.org/
pip install --no-deps --exists-action=w --download-cache=/tmp/pip-cache -r requirements/docs.txt --find-links https://pyrepo.stage.mozaws.net/
Or simply::

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

@ -1,5 +1,5 @@
--no-index
--find-links https://pyrepo.addons.mozilla.org/
--find-links https://pyrepo.addons.mozilla.org/wheelhouse/
--find-links https://pyrepo.stage.mozaws.net/
--find-links https://pyrepo.stage.mozaws.net/wheelhouse/
-r dev.txt

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

@ -3,7 +3,7 @@ envlist = es, addons-devhub-editors, main, flake8, docs, assets
[testenv]
basepython = python2.7
install_command = pip install --no-deps --exists-action=w --find-links https://pyrepo.addons.mozilla.org/wheelhouse/ --find-links https://pyrepo.addons.mozilla.org/ --no-index {opts} {packages}
install_command = pip install --no-deps --exists-action=w --find-links https://pyrepo.stage.mozaws.net/wheelhouse/ --find-links https://pyrepo.stage.mozaws.net/ --no-index {opts} {packages}
setenv =
PYTHONPATH=apps
whitelist_externals =