8000
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.
2 parents 7cb8f0c + 8549f13 commit d634d55Copy full SHA for d634d55
.travis.yml
@@ -54,11 +54,11 @@ env:
54
matrix:
55
include:
56
- python: 2.7
57
- 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
58
- python: 3.4
59
env: PYTHON_ARGS=-OO
60
- python: 3.6
61
- 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'
62
- python: "nightly"
63
env: PRE=--pre
64
- os: osx
0 commit comments