Skip to content

Commit

Permalink
Use virtualenv on non-Python based host image to run depclose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 25, 2017
1 parent 0cd7301 commit 68c663a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,9 @@ rust:
- nightly
before_install:
- sudo apt-get update
- virtualenv ./depclose
- source ./depclose/bin/activate
- pip install --upgrade pip
- pip install -r ./tests/depclose-integration/requirements.txt
- |
LOCAL="~/.local" && export PATH=$LOCAL/bin:$PATH &&
Expand All @@ -14,6 +17,9 @@ before_install:
addons:
apt:
packages:
# to fix Permission denied when installing pip packages
# b/c Travis will use system-wide Python when language != python
- python-virtualenv
# dependencies for bdcs-api-rs
- libssh2-1-dev
# used by Makefile
Expand Down

0 comments on commit 68c663a

Please sign in to comment.