We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98edc64 commit 5413c7cCopy full SHA for 5413c7c
tox.ini
@@ -98,6 +98,13 @@ basepython =
98
python2.7
99
commands =
100
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
108
passenv = GOOGLE_* GCLOUD_* TRAVIS* encrypted_*
109
110
[testenv:system-tests3]
0 commit comments