Skip to content

Fixed duplicate pypi deployment by excluding docker builds

This PR fixes (attempts to fix) a bug in the pypi deployment configuration on travis-ci where all python2.7 builds attempt to upload a tarball to pypi.python.org. The trick, hopefully, is to add the condition -z "${DOCKER_IMAGE}" to only deploy for non-docker builds.

Merge request reports