|
|
@ -4,7 +4,6 @@ python: |
|
|
install: |
|
|
install: |
|
|
- pip install -r requirements.txt |
|
|
- pip install -r requirements.txt |
|
|
- pip install lxml --upgrade |
|
|
- pip install lxml --upgrade |
|
|
- pip install ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.21.tar.gz |
|
|
|
|
|
- pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec |
|
|
- pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec |
|
|
- pip install coveralls |
|
|
- pip install coveralls |
|
|
script: |
|
|
script: |
|
|
|