Skip to content

Commit 30947c8

Browse files
committed
Put manylinux1 jobs into a separate stage
1 parent c6a1800 commit 30947c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121

2222
.mixins:
2323
- &docker-job
24+
stage: Publish to PyPI (runs only for tagged commits)
2425
dist: xenial
2526
python: "3.7"
2627
services:
@@ -37,7 +38,11 @@ env:
3738
jobs:
3839
include:
3940
- <<: *docker-job
41+
name: >-
42+
manylinux1: 64-bit
4043
- <<: *docker-job
44+
name: >-
45+
manylinux1: 32-bit
4146
env:
4247
# DOCKER_IMAGE: quay.io/pypa/manylinux1_i686
4348
DOCKER_IMAGE: pyca/cryptography-manylinux1:i686

0 commit comments

Comments
 (0)