Skip to content

Commit 3681aca

Browse files
committed
Use system site packages
1 parent 1f2a52b commit 3681aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ before_install:
1313
- sudo apt-get install python-lxml
1414
- dpkg -L python-lxml
1515
- python -c 'import lxml'
16+
virtualenv:
17+
system_site_packages: true
1618
install:
1719
- pip install --user -r requirements.txt
1820
before_script:

0 commit comments

Comments
 (0)