Skip to content

Commit

Permalink
resumemakers#4 Adicionando travis no projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
williangl committed Jan 18, 2019
1 parent 0ce9609 commit 04d19cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python

branches:
only:
- /.*/
matrix:
include:
- python: 3.7

install:
- pip install tox

script:
- tox
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[![Build Status](https://travis-ci.org/williangl/resume-maker-web.svg?branch=master)](https://travis-ci.org/williangl/resume-maker-web)

# resume-maker-web
webpage/api to resume-maker

0 comments on commit 04d19cc

Please sign in to comment.