Skip to content

Commit

Permalink
TST Install matplotlib-tests so that matplotlib can be unpegged. matp…
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Feb 3, 2016
1 parent 035093a commit 6d5be90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,4 +39,4 @@ script:
- nosetests $TESTCMD

notifications:
email: false
email: false

0 comments on commit 6d5be90

Please sign in to comment.