Skip to content

Commit 6b7dc93

Browse files
committed
Coveralls attempt
1 parent 047dc9a commit 6b7dc93

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ language: python
33
python:
44
- "3.6"
55

6+
install:
7+
- pip install python-coveralls nose coverage
8+
69
script:
7-
- python -m unittest discover
10+
- nosetests --with-coverage
11+
12+
after_success:
13+
- coveralls

0 commit comments

Comments
 (0)