Commit 4ab61e10 authored by Christian Ledermann's avatar Christian Ledermann

test with and without LXML

parent 2cdea309
...@@ -4,10 +4,15 @@ python: ...@@ -4,10 +4,15 @@ python:
- "3.3" - "3.3"
- "2.7" - "2.7"
- "2.6" - "2.6"
env:
- LXML=true
- LXML=false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# install: PLEASE CHANGE ME # install: PLEASE CHANGE ME
install: install:
pip install coveralls --use-mirrors - pip install coveralls --use-mirrors
- if $LXML == true; then pip install --use-mirrors lxml; fi
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment