BLD: Install coverage during builds.

This commit is contained in:
Scott Sanderson
2015-08-19 02:57:49 -04:00
parent de4446425f
commit d7635fb75c
+1 -1
View File
@@ -16,7 +16,7 @@ install:
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
- source activate testenv
- conda install --yes -c https://conda.binstar.org/Quantopian numpy=$NUMPY_VERSION pandas=$PANDAS_VERSION scipy==$SCIPY_VERSION matplotlib Cython patsy statsmodels tornado pyparsing xlrd mock pytz requests six dateutil ta-lib logbook
- pip install --upgrade pip nose-timer
- pip install --upgrade pip nose-timer coverage
- pip install -e .[dev]
before_script:
- "flake8 zipline tests"