Skip to content
Browse files

get travis to use make test; add codecov rc file

  • Loading branch information...
1 parent 14cc046 commit 09b992fe9c650e82fd07dacfbee66723f38d7af9 @bear committed Nov 14, 2015
Showing with 3 additions and 1 deletion.
  1. +1 −1 .travis.yml
  2. +2 −0 coveragerc
View
2 .travis.yml
@@ -12,7 +12,7 @@ install:
- pip install -r requirements.txt
script:
- - nosetests
+ - make test
after_success:
- codecov
View
2 coveragerc
@@ -0,0 +1,2 @@
+[run]
+source = twitter

0 comments on commit 09b992f

Please sign in to comment.
Something went wrong with that request. Please try again.