Skip to content

(Testing) Add pandas 0.17rc #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- PYTHON=2.7 PANDAS=0.15.1
- PYTHON=3.3 PANDAS=0.14.1
- PYTHON=3.4 PANDAS=0.16.2
- PYTHON=3.4 PANDAS=0.17.0rc1
- PYTHON=2.7 PANDAS=0.12.0
- PYTHON=2.7 PANDAS=0.11.0
- PYTHON=2.7 PANDAS=0.10.1
Expand Down Expand Up @@ -36,8 +37,9 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml beautiful-soup
- conda create -q -n test-environment python=$PYTHON nose coverage setuptools html5lib lxml beautiful-soup
- source activate test-environment
- conda install pandas==$PANDAS -c pandas --yes
- pip install coveralls --quiet
- conda list
- python setup.py install
Expand Down