From 6d5be90b3256a7ecead8b3c6c090e43f36658c22 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Tue, 19 Jan 2016 12:10:55 +0100 Subject: [PATCH] TST Install matplotlib-tests so that matplotlib can be unpegged. https://github.com/matplotlib/matplotlib/issues/5634 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1170c93..956420c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - cp pyfolio/tests/matplotlibrc . install: - - conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython pyzmq numpy scipy nose matplotlib=1.4.1 pandas Cython patsy statsmodels flake8 scikit-learn seaborn runipy pytables networkx pandas-datareader + - conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels flake8 scikit-learn seaborn runipy pytables networkx pandas-datareader matplotlib-tests - source activate testenv - pip install nose_parameterized contextlib2 logbook==0.10.1 - pip install --no-deps git+https://github.com/quantopian/zipline @@ -39,4 +39,4 @@ script: - nosetests $TESTCMD notifications: - email: false \ No newline at end of file + email: false