Skip to content

Commit

Permalink
get travis to use make test; add codecov rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed Nov 14, 2015
1 parent 14cc046 commit 09b992f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ install:
- pip install -r requirements.txt

script:
- nosetests
- make test

after_success:
- codecov
2 changes: 2 additions & 0 deletions coveragerc
@@ -0,0 +1,2 @@
[run]
source = twitter

0 comments on commit 09b992f

Please sign in to comment.