Skip to content

Commit 3b8b11a

Browse files
committed
CI: use latest pandas
1 parent 38aa014 commit 3b8b11a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
- PYTHON=3.6 PANDAS=0.19.2
2323
- dist: trusty
2424
env:
25-
- PYTHON=3.6 PANDAS=0.20.2
25+
- PYTHON=3.6 PANDAS=LATEST
2626
# In allow failures
2727
- dist: trusty
2828
env:
@@ -57,6 +57,8 @@ install:
5757
conda install numpy pytz python-dateutil;
5858
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com";
5959
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS pandas;
60+
elif [[ "$PANDAS" == "LATEST" ]]; then
61+
conda install pandas
6062
else
6163
conda install pandas=$PANDAS;
6264
fi

0 commit comments

Comments
 (0)