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