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 3f3192f commit 998b6cfCopy full SHA for 998b6cf
.travis.yml
@@ -8,9 +8,10 @@ matrix:
8
- os: linux
9
python: 3.5
10
env: PYTHON=3.5 PANDAS=0.18.1 COVERAGE='true' LINT='false'
11
- - os: linux
12
- python: 3.6
13
- env: PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false'
+ # https://github.com/pydata/pandas-gbq/issues/189
+ # - os: linux
+ # python: 3.6
14
+ # env: PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false'
15
16
python: 3.6
17
env: PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='true'
0 commit comments