diff --git a/tox.ini b/tox.ini index 5d403a107143b..3b1b26155d23a 100644 --- a/tox.ini +++ b/tox.ini @@ -98,6 +98,13 @@ basepython = python2.7 commands = python {toxinidir}/system_tests/attempt_system_tests.py + python {toxinidir}/system_tests/run_system_test.py --package=bigtable + python {toxinidir}/system_tests/run_system_test.py --package=bigtable-happybase +setenv = + PYTHONPATH = +deps = + {[testenv]deps} + grpcio >= 0.13.0 passenv = GOOGLE_* GCLOUD_* TRAVIS* encrypted_* [testenv:system-tests3]