added system_site_packages in travis.yml

This commit is contained in:
byt3bl33d3r 2015-08-22 17:07:20 +02:00
parent 885ecc3a4e
commit 20ae6b204b

View file

@ -1,6 +1,8 @@
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
sudo: required
before_install:
- "sudo apt-get update -qq"