Commit Graph

7 Commits

Author SHA1 Message Date
Ed Brannin 5e137df7fb Ignore build/ & dist/
(Some projects prefer to leave this up to individual global-ignore
files, but I noticed you're also ignoring *.pyc so it might be OK.)
2017-03-10 13:03:45 -05:00
Jack O'Connor 484d780a84 add peru.egg-info to .gitignore 2015-04-25 18:31:18 -04:00
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
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
Sean Olson fb57798f88 dump raw modules into third-party/; update deps with peru 2014-06-24 12:27:33 -07:00
Jack O'Connor 285a77235d cache.py and some more junk
None of this runs yet, or even tries to run. Also adding *.pyc to
.gitignore. I think vim is compiling things...
2014-03-25 14:10:01 +00:00
Jack O'Connor c7e6a7166f use a proper import for plugins, with peru_plugin_main() 2014-02-24 01:34:34 -08:00