Browse Source

Removendo pyxmlsec

tags/0.1.5
Danimar Ribeiro 10 years ago
parent
commit
e35814eb09
  1. 5
      .travis.yml
  2. 1
      setup.py

5
.travis.yml

@ -7,12 +7,11 @@ install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install http://xmlsoft.org/sources/python/libxml2-python-2.6.21.tar.gz
- pip install PyXmlSec --allow-external PyXMLSec --allow-insecure PyXMLSec
script:
- pip install signxml
script:
coverage run --source=pytrustnfe setup.py nosetests
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libxml2-dev libxmlsec1-dev libxslt-dev python-lxml
after_success:
coveralls

1
setup.py

@ -23,7 +23,6 @@ setup(
description='PyNfeTrust é uma biblioteca para envio de NF-e',
long_description='PyNfeTrust',
install_requires=[
'PyXMLSec >= 0.3.0',
'Jinja2 >= 2.8',
'signxml >= 1.0.0',
],

Loading…
Cancel
Save