Skip to content

Commit

Permalink
Cleanup the copypaste
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpp committed Jun 4, 2016
1 parent ff8e2c5 commit e74400e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: python
python:
- "3.4"
install: "pip install -r tests/requirements.txt"
script: nosetests --with-coverage --cover-package=hdd_stat
script: nosetests --with-coverage --cover-package=system-status-server
after_success:
coveralls
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/voidpp/hdd-stat.svg?branch=master)](https://travis-ci.org/voidpp/system-status-server)
[![Coverage Status](https://coveralls.io/repos/github/voidpp/hdd-stat/badge.svg?branch=master)](https://coveralls.io/github/voidpp/system-status-server?branch=master)
[![Build Status](https://travis-ci.org/voidpp/system-status-server.svg?branch=master)](https://travis-ci.org/voidpp/system-status-server)
[![Coverage Status](https://coveralls.io/repos/github/voidpp/system-status-server/badge.svg?branch=master)](https://coveralls.io/github/voidpp/system-status-server?branch=master)

About
--
Expand Down

0 comments on commit e74400e

Please sign in to comment.