Skip to content

Commit

Permalink
Merge pull request #9617 from anntzer/pin-pandas
Browse files Browse the repository at this point in the history
CI: Pin pandas<0.21 to unbreak the build.
  • Loading branch information
tacaswell committed Oct 29, 2017
2 parents 82b65c2 + 4bc3566 commit 06b89d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -57,11 +57,11 @@ env:
matrix:
include:
- python: 2.7
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS=pandas NOSE=nose
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS='pandas<0.21.0' NOSE=nose
- python: 3.4
env: PYTHON_ARGS=-OO
- python: 3.6
env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS=pandas
env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS='pandas<0.21.0'
- python: "nightly"
env: PRE=--pre
- os: osx
Expand Down

0 comments on commit 06b89d8

Please sign in to comment.