Skip to content

Commit 62cd7ad

Browse files
committed
add pandas versions to travis
1 parent 3b7dc8b commit 62cd7ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ python:
33
- 2.7
44
- 3.3
55
- 3.4
6+
env:
7+
- PD_VERSION=0.13.1
8+
- PD_VERSION="0.14.*"
9+
- PD_VERSION="0.15.*"
10+
611
# setup miniconda for numpy, scipy, pandas
712
before_install:
813
- echo "before install"
@@ -19,7 +24,7 @@ before_install:
1924

2025
install:
2126
- echo "install"
22-
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pandas nose pytz ephem
27+
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pandas=$PD_VERSION nose pytz ephem
2328
- conda install --yes coverage
2429
- pip install coveralls
2530
- python setup.py install

0 commit comments

Comments
 (0)