8000 TST: Enable coveralls/codecov code coverage by jenshnielsen · Pull Request #4678 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

TST: Enable coveralls/codecov code coverage #4678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 16, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use pip install -e
  • Loading branch information
jenshnielsen committed Nov 15, 2015
commit 33757bac54fb2c798349cfdfe1bc5a3def51c625
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ install:
cp .travis/setup.cfg .
fi;

- python setup.py install
- pip install -e .

script:
# The number of processes is hardcoded, because using too many causes the
Expand Down Expand Up @@ -168,7 +168,5 @@ after_success:
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
# account for us running the test out-of-repo and coveralls expects in-repo
# tests
mv cover .coverage ../matplotlib
cd ../matplotlib
coveralls
fi
0