Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Update readme.md and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rightlag committed Aug 7, 2017
1 parent b9e9d89 commit 503edd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache: pip
install:
- pip install coverage
- pip install flake8
- pip install codecov
- pip install coveralls
script:
- flake8 .
- nosetests -sv --with-coverage --cover-package=aptos
after_success:
- codecov
- coveralls
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[![Build Status](https://img.shields.io/travis/pennsignals/aptos.svg?style=flat-square)](https://travis-ci.org/pennsignals/aptos) [![Coverage Status](https://img.shields.io/coveralls/pennsignals/aptos.svg?style=flat-square)](https://coveralls.io/github/pennsignals/aptos)

0 comments on commit 503edd2

Please sign in to comment.