Skip to content

Commit 85b7773

Browse files
authored
Merge pull request #6 from stevepeak/patch-1
Codecov adjustments
2 parents f045763 + 312149b commit 85b7773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ python:
99
# command to install dependencies
1010
install:
1111
- pip install -r requirements.txt
12-
- pip install coveralls
12+
- pip install codecov
1313
# command to run tests
1414
script: nosetests --with-coverage --cover-package=ziptastic
1515

1616
after_success:
17-
coveralls
17+
codecov

0 commit comments

Comments
 (0)