From 19eb6d0f59cc76c2dbff0b0873b637e33283871f Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Fri, 13 Nov 2015 17:14:29 -0500 Subject: [PATCH] DOC: Updated whatsnew --- docs/source/whatsnew/0.8.4.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 1938ca2a..3e211876 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -55,6 +55,7 @@ Build * Makes zipline install requirements more flexible (:issue:`825`). * Use ``versioneer`` to manage the project ``__version__`` and setup.py version (:issue:`829`). +* Fixed coveralls integration on travis build (:issue:`840`). Documentation ~~~~~~~~~~~~~