summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSachi King <nakato@nakato.io>2015-12-10 13:59:51 +1300
committerSachi King <nakato@nakato.io>2015-12-11 10:40:51 +1300
commit4afcabe646035047804e7a4bf669da2f5b7e7aa9 (patch)
treeaab64ab60f2296432b1ebe377f83b1a25479622c /tools
parent379e42abde70300e426fb4e8d5115c67fd2e45b9 (diff)
downloadpbr-4afcabe646035047804e7a4bf669da2f5b7e7aa9.tar.gz
passenv integration environment variables re-enabling integration tests
Change-Id: I87e0c7765df1fa9ae336d8e9052c3947c9fc8392
Diffstat (limited to 'tools')
-rw-r--r--tools/integration.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 50a40b5..87c0418 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -163,4 +163,6 @@ export REPODIR
export WHEELHOUSE
export OS_TEST_TIMEOUT=600
cd $REPODIR/pbr
+tox -epy27 --notest
+.tox/py27/bin/python -m pip install ${REPODIR}/requirements
tox -epy27 -- test_integration