Skip to content

Update travis #52

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

Merged
merged 1 commit into from
Jul 17, 2015
Merged
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
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
sudo: false

language: python

env:
- PYTHON=2.6 PANDAS=0.13.1
- PYTHON=2.7 PANDAS=0.15.1
- PYTHON=3.3 PANDAS=0.14.1
- PYTHON=3.4 PANDAS=0.15.1
- PYTHON=3.4 PANDAS=0.16.2
- PYTHON=2.7 PANDAS=0.12.0
- PYTHON=2.7 PANDAS=0.11.0
- PYTHON=2.7 PANDAS=0.10.1
Expand All @@ -16,7 +18,6 @@ matrix:
- env: PYTHON=2.7 PANDAS=0.10.1

install:
- sudo apt-get update
# You may want to periodically update this, although the conda update
# conda line below will keep everything up-to-date. We do this
# conditionally because it saves us some downloading if the version is
Expand Down