Skip to content

Commit 0928237

Browse files
committed
Fixing broken tox.ini
Caused by merging a rename commit (googleapis#954) and a change to tox before the rename (googleapis#951).
1 parent 9a8ad7c commit 0928237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ commands =
4040
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
4141
deps =
4242
Sphinx
43-
passenv = {[testenv:regression]passenv} SPHINX_RELEASE
43+
passenv = {[testenv:system-tests]passenv} SPHINX_RELEASE
4444

4545
[pep8]
4646
exclude = gcloud/datastore/_datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/

0 commit comments

Comments
 (0)