Skip to content

Commit

Permalink
Update testing to use codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Mar 9, 2015
1 parent c2cb953 commit c4934f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ install:
- "pip install -r requirements.txt"
script: nosetests --with-coverage --cover-package=pamqp
after_success:
- coveralls
- codecov
deploy:
distributions: sdist bdist_wheel
provider: pypi
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
codecov
coverage
mock
nose
python-coveralls

0 comments on commit c4934f9

Please sign in to comment.