We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a0a8e commit 4bc3566Copy full SHA for 4bc3566
.travis.yml
@@ -57,11 +57,11 @@ env:
57
matrix:
58
include:
59
- python: 2.7
60
- 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
61
- python: 3.4
62
env: PYTHON_ARGS=-OO
63
- python: 3.6
64
- 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'
65
- python: "nightly"
66
env: PRE=--pre
67
- os: osx
0 commit comments