Skip to content

Commit

Permalink
Update .travis.yml for multiple env var
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 22, 2019
1 parent 9841b91 commit 6662958
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: true
services:
- docker
env:
- CIBW_SKIP="cp27-* cp33-* cp34-* cp37-* *-manylinux1_i686"
- CIBW_BEFORE_BUILD_LINUX="pip install cmake"
- CIBW_SKIP="cp27-* cp33-* cp34-* cp37-* *-manylinux1_i686" CIBW_BEFORE_BUILD_LINUX="pip install cmake"
git:
depth: 3
compiler:
Expand Down

0 comments on commit 6662958

Please sign in to comment.