Skip to content

Commit 5251665

Browse files
author
David Stephens
committed
TST: Add py 3.5 and pandas 0.17.0rc2
1 parent ce0318b commit 5251665

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ env:
77
- PYTHON=2.7 PANDAS=0.15.1
88
- PYTHON=3.3 PANDAS=0.14.1
99
- PYTHON=3.4 PANDAS=0.16.2
10-
- PYTHON=3.4 PANDAS=v0.17.0rc1
10+
- PYTHON=3.4 PANDAS=v0.17.0rc2
11+
- PYTHON=3.5 PANDAS=v0.17.0rc2
1112
- PYTHON=2.7 PANDAS=0.12.0
1213
- PYTHON=2.7 PANDAS=0.11.0
1314
- PYTHON=2.7 PANDAS=0.10.1
@@ -37,8 +38,9 @@ install:
3738
# Useful for debugging any issues with conda
3839
- conda info -a
3940

40-
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml beautiful-soup
41+
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml
4142
- source activate test-environment
43+
- pip install beautifulsoup4
4244
- pip install coveralls --quiet
4345
- conda list
4446
- python setup.py install

0 commit comments

Comments
 (0)