Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed May 24, 2018
1 parent 7212499 commit 5d332b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ env:
- TWINE_USERNAME=MaxHalford
- CIBW_SKIP="cp27-* cp34-*"
- CIBW_BEFORE_BUILD="pip install numpy scipy && \
sudo curl -O https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz && \
sudo tar -xvf go1.9.1.linux-amd64.tar.gz && \
sudo mv go /usr/local
curl -O https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz && \
tar -xvf go1.9.1.linux-amd64.tar.gz && \
mv go /usr/local
"
- CIBW_BUILD_VERBOSITY=1
matrix:
Expand Down

0 comments on commit 5d332b3

Please sign in to comment.