Commit fd31e0dc authored by Jason Madden's avatar Jason Madden

Try setting language:python to be able to get twine for manylinux builds.

parent d29d50ae
......@@ -231,6 +231,7 @@ jobs:
# These take awhile, so get them started while others proceed in parallel.
- stage: test
name: 64-bit manylinux wheels (all Pythons)
language: python
services: docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
install: docker pull $DOCKER_IMAGE
......@@ -239,6 +240,7 @@ jobs:
- stage: test
name: 32-bit manylinux wheels (all Pythons)
language: python
services: docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_i686 PRE_CMD=linux32
install: docker pull $DOCKER_IMAGE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment