Skip to content

Commit 6df9737

Browse files
committed
Disable coverage in py3.4 due to deps
1 parent 7b0b97b commit 6df9737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
# Python 3.4 build
3737
- env: DISTRIB="conda" PYTHON_VERSION="3.4" INSTALL_MKL="false"
3838
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17" CYTHON_VERSION="0.25.2"
39-
PILLOW_VERSION="4.0.0" COVERAGE=true
39+
PILLOW_VERSION="4.0.0" COVERAGE=
4040
if: type != cron
4141
# Python 3.5 build
4242
- env: DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="false"

0 commit comments

Comments
 (0)