Skip to content

Commit 998b6cf

Browse files
max-sixtytswast
authored andcommitted
[TST] skip conda test (#209)
1 parent 3f3192f commit 998b6cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ matrix:
88
- os: linux
99
python: 3.5
1010
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'
11+
# https://github.com/pydata/pandas-gbq/issues/189
12+
# - os: linux
13+
# python: 3.6
14+
# env: PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='false'
1415
- os: linux
1516
python: 3.6
1617
env: PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='true'

0 commit comments

Comments
 (0)