Skip to content

Commit 1f2a52b

Browse files
committed
List python-lxml contents
1 parent b912b48 commit 1f2a52b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ before_install:
1010
- cd addon-sdk-1.16; source bin/activate; cd -
1111
# Note: We'd prefer to install the system version of lxml because it's faster,
1212
# but for some reason it fails to import.
13-
#- sudo apt-get install python-lxml
13+
- sudo apt-get install python-lxml
14+
- dpkg -L python-lxml
15+
- python -c 'import lxml'
1416
install:
1517
- pip install --user -r requirements.txt
1618
before_script:

0 commit comments

Comments
 (0)