Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
experimenting with travis/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Apr 23, 2014
1 parent 3d0b08b commit 164b855
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
- pip install -r requirements.txt
- pip install coveralls
script:
nosetests --with-coverage --cover-package=server/workers
./runtests
after_success:
coveralls
5 changes: 5 additions & 0 deletions runtests
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo
echo '<<< Note: Most of these tests require a local server running >>>'
echo
cd server/workers
nosetests --cover-branches --with-coverage --cover-erase --cover-package=.

0 comments on commit 164b855

Please sign in to comment.