Skip to content

Commit

Permalink
Merge pull request #1450 from Cadair/travis_pandas-bump
Browse files Browse the repository at this point in the history
update pandas and numpy on travis
  • Loading branch information
Cadair committed Jun 17, 2015
2 parents e0aaa3e + b03c3b8 commit 20f72fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cache:
env:
global:
# Modify these to represent the newest versions
- LATEST_NUMPY=1.9.1
- LATEST_PANDAS=0.15.2
- LATEST_NUMPY=1.9.2
- LATEST_PANDAS=0.16.2
# Fixed global vars
- PYTHON_VERSION=2.7
- TEST_MODE='offline'
Expand All @@ -30,7 +30,7 @@ matrix:
- os: linux
env: NUMPY_VERSION=1.8.1
- os: linux
env: PANDAS_VERSION=0.14.1
env: PANDAS_VERSION=0.15.2
- os: linux
env: TEST_MODE='astropy-dev'
- os: linux
Expand Down

0 comments on commit 20f72fb

Please sign in to comment.