Skip to content

Commit

Permalink
Added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelometal committed Oct 31, 2017
1 parent 24a1c67 commit 05f8151
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: python

python:
- "2.7"

env:
matrix:
- TEST_TYPE=lint

install:
- make setup

script:
- make $TEST_TYPE
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Politicos API
# Politicos API [![Build Status](https://secure.travis-ci.org/olhoneles/politicos.png?branch=master)](https://travis-ci.org/olhoneles/politicos)

Aqui você vai encontrar os dados, ferramentas e recursos para realizar pesquisas, desenvolver aplicativos, visualizações de dados, e muito mais.

Expand Down

0 comments on commit 05f8151

Please sign in to comment.