Skip to content

Commit 9c81bf0

Browse files
committed
Removes test.py from coverage
1 parent f9ba3ae commit 9c81bf0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
omit =
33
*/python?.?/*
44
*/site-packages/nose/*
5+
*/tests/*

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ install:
88
- pip install nose
99
script:
1010
- python setup.py install
11-
- nosetests --with-coverage
11+
- nosetests --with-coverage tests
1212
after_success:
1313
- coveralls

test.py renamed to tests/test.py

File renamed without changes.

0 commit comments

Comments
 (0)