Skip to content

Commit 09b992f

Browse files
committed
get travis to use make test; add codecov rc file
1 parent 14cc046 commit 09b992f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- pip install -r requirements.txt
1313

1414
script:
15-
- nosetests
15+
- make test
1616

1717
after_success:
1818
- codecov

coveragerc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source = twitter

0 commit comments

Comments
 (0)