Skip to content

Commit 3cbf3b9

Browse files
authored
Merge pull request #121 from QInfer/fix-120
Calling coveralls from root, not src/.
2 parents ad5be44 + 0cfd594 commit 3cbf3b9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[report]
2+
omit =
3+
src/qinfer/_lib/*
4+
src/qinfer/tomography/legacy.py
5+

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ install:
7070
pip install cython;
7171
pip install -r doc/rtd-requirements.txt;
7272
fi
73-
- cd src/
7473

7574
script:
76-
- py.test --cov-config .coveragerc --cov=qinfer qinfer/
77-
- pylint --py3k qinfer/
75+
- py.test --cov-config .coveragerc --cov=qinfer src/qinfer/
76+
- pylint --py3k src/qinfer/
7877
- if [[ "${DOCTEST}" == "1" ]]; then
7978
cd $TRAVIS_BUILD_DIR/doc;
8079
make doctest;

src/.coveragerc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)