Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 9367158

Browse files
Added travis integration
1 parent 67d4184 commit 9367158

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: python
2+
python:
3+
- "3.4"
4+
# command to run tests
5+
script: doctest_runner.py

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# python-sped
22

3+
![Build Status](https://travis-ci.org/sped-br/python-sped.svg "Build Status")
4+
35
Biblioteca para geração dos arquivos do Sistema Público de Escrituração Digital (SPED) para Python 3.4+.
46

57
This software is coded and documented in portuguese only as it is intended to be used to generate the necessary files for the brazilian government regarding to digital bookkeeping.

0 commit comments

Comments
 (0)