We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b912b48 commit 1f2a52bCopy full SHA for 1f2a52b
.travis.yml
@@ -10,7 +10,9 @@ before_install:
10
- cd addon-sdk-1.16; source bin/activate; cd -
11
# Note: We'd prefer to install the system version of lxml because it's faster,
12
# but for some reason it fails to import.
13
- #- sudo apt-get install python-lxml
+ - sudo apt-get install python-lxml
14
+ - dpkg -L python-lxml
15
+ - python -c 'import lxml'
16
install:
17
- pip install --user -r requirements.txt
18
before_script:
0 commit comments