Browse Source

Update .travis.yml

pull/1/head
Danimar Ribeiro 11 years ago
parent
commit
da242d3604
  1. 2
      .travis.yml

2
.travis.yml

@ -2,6 +2,6 @@ language: python
python:
- "2.7"
install:
- pip install PyXmlSec
- pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec
script: nosetests
Loading…
Cancel
Save