Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source = twitter

0 commit comments

Comments
 (0)