From 43957fcf02b9559be655eda1d6e465eaf472afad Mon Sep 17 00:00:00 2001 From: James Adams Date: Wed, 25 Jul 2018 15:16:37 +0100 Subject: [PATCH] Inspect virtualenv Change-Id: I193a4a302c71195ef4b53c060e3ef782beacfe5f --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12254e482..0f0832d84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_script: - curl https://raw.githubusercontent.com/jrha/krb5-travis/master/install_knc | bash - wget https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip -O /tmp/protoc.zip && cd /tmp && unzip /tmp/protoc.zip && sudo cp bin/protoc /usr/bin/ && sudo chmod ugo+x /usr/bin/protoc - cd /tmp && git clone https://github.com/quattor/aquilon-protocols.git && cd aquilon-protocols && git checkout upstream && ./setup.py build && sudo ./setup.py install --install-lib /usr/local/lib/aquilon/protocols/lib/python - - cd $TRAVIS_BUILD_DIR/tools/bootstrap_ms && python setup.py install + - cd $TRAVIS_BUILD_DIR/tools/bootstrap_ms && python setup.py install && ls /home/travis/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages/* script: - cd $TRAVIS_BUILD_DIR && tests/runtests.py -c tests/unittest.conf.travis --assume_yes after_script: