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 c754f55 + 90c6366 commit fae93e1Copy full SHA for fae93e1
.travis.yml
@@ -54,11 +54,11 @@ env:
54
matrix:
55
include:
56
- python: 2.7
57
- env: MOCK=mock 6A1E 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