Skip to content

Commit

Permalink
BLD: Build with pandas 0.18.1, 0.19.2, and 0.20.3 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Daniels committed Sep 27, 2017
1 parent 93203f7 commit 4910fbb
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
language: python
sudo: false

python:
- "2.7"
- "3.5"
- "3.6"
matrix:
include:
- python: 2.7
env: PANDAS_VERSION=0.18.1
- python: 2.7
env: PANDAS_VERSION=0.19.2
- python: 2.7
env: PANDAS_VERSION=0.20.3
- python: 3.5
env: PANDAS_VERSION=0.18.1
- python: 3.5
env: PANDAS_VERSION=0.19.2
- python: 3.5
env: PANDAS_VERSION=0.20.3
- python: 3.6
env: PANDAS_VERSION=0.18.1
- python: 3.6
env: PANDAS_VERSION=0.19.2
- python: 3.6
env: PANDAS_VERSION=0.20.3

before_install:
# We do this conditionally because it saves us some downloading if the
Expand All @@ -24,7 +40,7 @@ before_install:
- cp pyfolio/tests/matplotlibrc .

install:
- conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy flake8 seaborn scikit-learn runipy pytables networkx pandas-datareader matplotlib-tests joblib
- conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython pyzmq numpy scipy nose matplotlib pandas=$PANDAS_VERSION Cython patsy flake8 seaborn scikit-learn runipy pytables networkx pandas-datareader matplotlib-tests joblib
- source activate testenv
- pip install nose_parameterized
#- pip install --no-deps git+https://github.com/quantopian/zipline
Expand Down

0 comments on commit 4910fbb

Please sign in to comment.