Commit Graph

3 Commits

Author SHA1 Message Date
Sean Olson 2fbd7a77e3 remove third-party/
Summary:
Remove the third-party/ directory and no longer rely on copies of dependencies
in the repo. When needed, fetch dependencies normally. This can usually be
accomplished via `pip install -r requirements.txt` or `pip install -r
requirements-dev.txt`.

Even though `peru.yaml` is gone, `.peru/` is still in `.gitignore`, because the
tests check for untracked files and will detect `.peru/` as an error.

Test Plan: Successfully ran tests locally and via Travis CI.

Reviewers: jacko

Reviewed By: jacko

Differential Revision: https://phabricator.buildinspace.com/D145
2014-12-20 21:06:36 -08:00
Jack O'Connor 59e5cca3ea remove peru/plugin_shared.py from .coveragerc's omit list
Summary: That file no longer exists. (Yay!)

Reviewers: sean

Differential Revision: https://phabricator.buildinspace.com/D82
2014-09-11 11:46:44 -07:00
Sean Olson 36f03d918f coveralls support
Summary: Integrate with coveralls.io.

Reviewers: jacko

Reviewed By: jacko

Differential Revision: https://phabricator.buildinspace.com/D28
2014-07-21 17:20:17 -07:00