Update installing requirements.txt

This patch set is to update the command to install
requirements.txt and add .eggs to gitignore.

Change-Id: I6f090e97cfa5f45b62e425990a80d684326d346d
This commit is contained in:
Nam Nguyen Hoai 2018-03-28 11:34:30 +07:00
parent 04881390a4
commit b51d79bb54
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
# Packages
*.egg
*.eggs
*.egg-info
dist
build

View File

@ -17,7 +17,7 @@ commands = {posargs}
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/doc/requirements.tx
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:spelling]