Browse Source

Update .travis.yml

tags/0.1.5
Danimar Ribeiro 11 years ago
parent
commit
fd11dd0b22
  1. 1
      .travis.yml

1
.travis.yml

@ -6,6 +6,7 @@ install:
- pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec - pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec
script: nosetests script: nosetests
before_install: before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libxml2-dev libxmlsec1-dev - sudo apt-get install -qq libxml2-dev libxmlsec1-dev
after_success: after_success:
coveralls coveralls

Loading…
Cancel
Save