Skip to content

Commit 59e358a

Browse files
committed
add coverage test
1 parent 59f6527 commit 59e358a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: python
22
sudo: false
33
python:
4-
- "2.7"
4+
- "2.7"
55
install:
6-
- pip install -r requirements.txt
7-
script: nosetests
6+
- pip install -r requirements.txt
7+
- pip isntall coverall
8+
script:
9+
- nosetests
10+
- coverage run --source=test_mini_spider.py
11+

0 commit comments

Comments
 (0)