8000 TST : enable coveralls by tacaswell · Pull Request #4367 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

TST : enable coveralls #4367

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

Closed
wants to merge 8 commits into from
Closed
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
TST : do not create an egg during installation
  • Loading branch information
tacaswell committed May 3, 2015
commit 762a3bb45a0a13283073cd8cd34bff9be8ea8271
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install:
cp Felipa-Regular.ttf ~/.fonts
fc-cache -f -v
fi;
- python setup.py install
- python setup.py install --single-version-externally-managed --record=record_junk.txt

script:
# The number of processes is hardcoded, because using too many causes the
Expand Down
0