Skip to content

Commit 312149b

Browse files
author
Steve Peak
authored
Update .travis.yml
1 parent f045763 commit 312149b

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)