We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b2534 commit c715b66Copy full SHA for c715b66
1 file changed
tox.ini
@@ -7,7 +7,6 @@ skipsdist = True
7
ignore_basepython_conflict = True
8
9
[testenv]
10
-basepython = python3
11
setenv = VIRTUAL_ENV={envdir}
12
NOSE_WITH_OPENSTACK=1
13
NOSE_OPENSTACK_COLOR=1
@@ -48,6 +47,7 @@ commands =
48
47
[testenv:docs]
49
deps =
50
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -r{toxinidir}/requirements.txt
51
-r{toxinidir}/doc/requirements.txt
52
commands =
53
rm -rf doc/html doc/build
0 commit comments