Skip to content

Commit c6690f3

Browse files
author
ibayer
authored
Update .travis.yml
1 parent 4d6d285 commit c6690f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ matrix:
2323
- os: linux
2424
env:
2525
- TRAVIS_PYTHON_VERSION="3.6"
26-
- services: docker
27-
sudo: required
28-
env:
29-
- DEPLOY_TARGET="manylinux1"
30-
- DEPLOYABLE="true"
26+
#- services: docker
27+
# sudo: required
28+
# env:
29+
# - DEPLOY_TARGET="manylinux1"
30+
# - DEPLOYABLE="true"
3131

3232
dist: trusty
3333

@@ -78,7 +78,7 @@ script:
7878
- |
7979
if [ "$DEPLOY_TARGET" = "manylinux1" ]; then
8080
#build for 64-bit
81-
#docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/.travis/build-wheels.sh
81+
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/.travis/build-wheels.sh
8282
else
8383
nosetests
8484
fi

0 commit comments

Comments
 (0)