Commit graph

7 commits

Author SHA1 Message Date
Richard Frank
23f1580bf9 MAINT: Renamed requirements.txt to requirements_locked.txt
since it's the generated lockfile
2020-02-11 11:05:22 -05:00
Richard Frank
4f78b86323 DOC: On updating dependencies 2020-02-11 11:05:22 -05:00
Willian Paixao
11dadcaba4
Introducing pre-commit hooks
In a intention to increase code quality and reducing faulty commits,
pre-commits help checking the staged code for simple static code
analysis.
2020-01-23 20:41:14 +01:00
Frederick Wagner
26b07d66f6 BLD: Add dev-install script
This script, and the associated changes, help avoid strange problems
with Python 3, pdbpp, and concurrent.futures related to ordering and
side effects from .pth files.

Without them, under certain, possibly nondeterministic circumstances,
installing zipline's dependencies in Python 3 will cause the
concurrent.futures backport to shadow the stdlib module, which breaks
pip (among other things) with a SyntaxError.
2019-08-26 10:17:48 -04:00
Willian Paixao
a7a6fd2f33 DOC: Add local installation in dev guide.
Fixes #2281
2018-09-11 12:32:41 -05:00
Freddie Vargus
0fb2ef084b REL: Update whatsnew for 1.2.0 release 2018-04-01 18:45:19 -04:00
swacad
246eed215f DOC: Add development guide .rst 2017-06-07 21:50:19 -04:00