From 4478ac4e49866891837d77729405e9b108aa6db7 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Sun, 14 Jun 2015 23:22:49 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56fe75..b3ba384 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PyTrustNFe Módulo NF-e escrito em Python -[![Coverage Status](https://coveralls.io/repos/danimaribeiro/PyTrustNFe/badge.svg)](https://coveralls.io/r/danimaribeiro/PyTrustNFe) +[![Build Status](https://travis-ci.org/danimaribeiro/PyTrustNFe.svg?branch=master)](https://travis-ci.org/danimaribeiro/PyTrustNFe) Dependências: * PyXmlSec From da242d3604a843b2d751bd248386da1d83d588e7 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Sun, 14 Jun 2015 23:25:23 -0300 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b01369..a9bfeca 100644 --- a/.travis.yml +++ b/.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