Skip to content

Commit 5413c7c

Browse files
committed
Adding Bigtable system tests to tox environment (for Py2.7 only).
1 parent 98edc64 commit 5413c7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ basepython =
9898
python2.7
9999
commands =
100100
python {toxinidir}/system_tests/attempt_system_tests.py
101+
python {toxinidir}/system_tests/run_system_test.py --package=bigtable
102+
python {toxinidir}/system_tests/run_system_test.py --package=bigtable-happybase
103+
setenv =
104+
PYTHONPATH =
105+
deps =
106+
{[testenv]deps}
107+
grpcio >= 0.13.0
101108
passenv = GOOGLE_* GCLOUD_* TRAVIS* encrypted_*
102109

103110
[testenv:system-tests3]

0 commit comments

Comments
 (0)