Skip to content

Commit

Permalink
Adding Bigtable system tests to tox environment (for Py2.7 only).
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Mar 18, 2016
1 parent 98edc64 commit 5413c7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5413c7c

Please sign in to comment.