Merge "Use more stable paths for requirements files"
This commit is contained in:
@@ -4,7 +4,7 @@ envlist = py3,coverage,pep8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
-r test-requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
pytest {posargs}
|
||||
|
||||
@@ -19,7 +19,7 @@ commands =
|
||||
allowlist_externals =
|
||||
rm
|
||||
deps =
|
||||
-r doc/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
rm -fr doc/build
|
||||
sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
Reference in New Issue
Block a user