Permalink
Browse files
get travis to use make test; add codecov rc file
- Loading branch information...
Showing
with
3 additions
and
1 deletion.
-
+1
−1
.travis.yml
-
+2
−0
coveragerc
|
|
@@ -12,7 +12,7 @@ install: |
|
|
- pip install -r requirements.txt
|
|
|
|
|
|
script:
|
|
|
- - nosetests
|
|
|
+ - make test
|
|
|
|
|
|
after_success:
|
|
|
- codecov
|
|
|
@@ -0,0 +1,2 @@ |
|
|
+[run]
|
|
|
+source = twitter
|
0 comments on commit
09b992f