@ -3,10 +3,10 @@ python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install PyXmlSec
- pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec
script: nosetests
before_install:
- sudo apt-get install -qq libxml2-dev libxmmlsec1-dev
- sudo apt-get install -qq libxml2-dev libxmlsec1-dev
after_success:
coveralls