We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ba3ae commit 9c81bf0Copy full SHA for 9c81bf0
.coveragerc
@@ -2,3 +2,4 @@
2
omit =
3
*/python?.?/*
4
*/site-packages/nose/*
5
+ */tests/*
.travis.yml
@@ -8,6 +8,6 @@ install:
8
- pip install nose
9
script:
10
- python setup.py install
11
- - nosetests --with-coverage
+ - nosetests --with-coverage tests
12
after_success:
13
- coveralls
test.py renamed to tests/test.py
0 commit comments