Add python 2.6 to the travis ci

pull/14/head
Richard Harding 12 years ago
parent fee5c37b39
commit 316c550709

@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "2.6"
before_install: sudo apt-get install libxml2-dev libxslt-dev
# command to install dependencies
install: pip install -r requirements.txt --use-mirrors

Loading…
Cancel
Save