Skip to content

Commit 075b21e

Browse files
committed
arm build changes
1 parent 2563625 commit 075b21e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ script:
3030
- if [[ $PLAT == aarch64 ]]; then docker run --rm -e PLAT=$PLAT -e PYTHON=$PYTHON -v $(realpath .):/src $DOCKER_IMAGE /src/build-arm64-wheels.sh; fi
3131
jobs:
3232
include:
33-
- arch: amd64
34-
python: "pypy2.7-6.0"
33+
#- arch: amd64
34+
# python: "pypy2.7-6.0"
3535

36-
- arch: amd64
37-
python: "pypy3.5"
36+
#- arch: amd64
37+
# python: "pypy3.5"
3838

39-
- arch: amd64
40-
python: "3.5"
39+
#- arch: amd64
40+
# python: "3.5"
4141

42-
- arch: amd64
43-
python: "2.7"
42+
#- arch: amd64
43+
# python: "2.7"
4444

45-
- arch: amd64
46-
python: "3.6"
45+
#- arch: amd64
46+
# python: "3.6"
4747

48-
- arch: amd64
49-
python: "3.7"
48+
#- arch: amd64
49+
# python: "3.7"
5050

5151
- arch: arm64
5252
python: "3.7"

0 commit comments

Comments
 (0)