added travis requirements

This commit is contained in:
thomasDOTde 2017-11-02 01:38:51 +01:00
parent 17b820923c
commit 483091bea7

View file

@ -2,5 +2,8 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
before_install:
- 'travis_retry sudo apt-get update'
- 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt