Skip to content

Commit

Permalink
only build python 3.6 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 19, 2019
1 parent 18c5488 commit 7c88d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -226,7 +226,7 @@ matrix:
- name: "[manylinux1] Python"
language: cpp
env:
- PYTHON_VERSIONS=2.7,16 3.6,16
- PYTHON_VERSIONS=3.6,16
before_script:
- if [ $ARROW_CI_PYTHON_AFFECTED == "1" ]; then docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:llvm-7-manylinux1; fi
script:
Expand Down

0 comments on commit 7c88d61

Please sign in to comment.