From 5413c7cd25755e061743f54d38da7586f0d82e05 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 18 Mar 2016 08:51:40 -0700 Subject: [PATCH] Adding Bigtable system tests to tox environment (for Py2.7 only). --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) 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]