Use system_site_packages in virtualenv in travis
This commit is contained in:
parent
1c9573d3ae
commit
dc49bb3a2a
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
language: cpp
|
||||
sudo: required
|
||||
dist: trusty
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_script:
|
||||
- curl -k https://swift.im/keys/packages.key | sudo apt-key add -
|
||||
- echo "deb http://swift.im/packages/ubuntu/trusty development main" | sudo tee -a /etc/apt/sources.list
|
||||
|
|
Loading…
Add table
Reference in a new issue