Merge pull request #937 from quantopian/conda_source_build

Conda source build
This commit is contained in:
Richard Frank
2016-01-15 18:38:50 -05:00
8 changed files with 147 additions and 36 deletions
+3
View File
@@ -151,6 +151,9 @@ Build
* Use ``versioneer`` to manage the project ``__version__`` and setup.py version
(:issue:`829`).
* Fixed coveralls integration on travis build (:issue:`840`).
* Fixed conda build, which now uses git source as its source and reads
requirements using setup.py, instead of copying them and letting them get out
of sync (:issue:`937`).
Documentation
~~~~~~~~~~~~~