diff options
author | Timoney, Daniel (dt5972) <dt5972@att.com> | 2018-07-25 16:59:33 -0400 |
---|---|---|
committer | Timoney, Daniel (dt5972) <dt5972@att.com> | 2018-07-25 16:59:33 -0400 |
commit | 544487f0c1ea4b5efa94a4e97348ea0c412df19c (patch) | |
tree | 57c0c375b33ab15bd990204ea10581ab9b888a91 | |
parent | c64a6fdaa508aa9813841458f4bf787b1562affb (diff) |
Fixed pgaas test config
Updated pgaas/tox.ini to run tests from local dir instead of
from site-packages
Change-Id: If1f3f0cb54342ec889a1e63278bc3ee78ce19e9d
Issue-ID: CCSDK-403
Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
-rw-r--r-- | pgaas/tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pgaas/tox.ini b/pgaas/tox.ini index e8b2b52..e0a1682 100644 --- a/pgaas/tox.ini +++ b/pgaas/tox.ini @@ -25,4 +25,6 @@ deps= requests coverage pytest-cov +setenv= + PYTHONPATH={toxinidir} commands=pytest --junitxml xunit-results.xml --cov --cov-report=xml |