Skip to content

Commit

Permalink
Merge pull request #121 from QInfer/fix-120
Browse files Browse the repository at this point in the history
Calling coveralls from root, not src/.
  • Loading branch information
ihincks authored Mar 23, 2017
2 parents ad5be44 + 0cfd594 commit 3cbf3b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[report]
omit =
src/qinfer/_lib/*
src/qinfer/tomography/legacy.py

5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ install:
pip install cython;
pip install -r doc/rtd-requirements.txt;
fi
- cd src/

script:
- py.test --cov-config .coveragerc --cov=qinfer qinfer/
- pylint --py3k qinfer/
- py.test --cov-config .coveragerc --cov=qinfer src/qinfer/
- pylint --py3k src/qinfer/
- if [[ "${DOCTEST}" == "1" ]]; then
cd $TRAVIS_BUILD_DIR/doc;
make doctest;
Expand Down
3 changes: 0 additions & 3 deletions src/.coveragerc

This file was deleted.

0 comments on commit 3cbf3b9

Please sign in to comment.