We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2a52b commit 3681acaCopy full SHA for 3681aca
.travis.yml
@@ -13,6 +13,8 @@ before_install:
13
- sudo apt-get install python-lxml
14
- dpkg -L python-lxml
15
- python -c 'import lxml'
16
+virtualenv:
17
+ system_site_packages: true
18
install:
19
- pip install --user -r requirements.txt
20
before_script:
0 commit comments