From 3182b178395cd2a85a1d77660a54097f19e5670d 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12254e482..5fcede9c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ 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 && pip install . && ls /home/travis/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages/* + - cd $TRAVIS_BUILD_DIR && cp -R tests/fakemodules/ms/dsdb /home/travis/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages/ms/ script: - cd $TRAVIS_BUILD_DIR && tests/runtests.py -c tests/unittest.conf.travis --assume_yes after_script: