Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed May 24, 2018
1 parent 71df46d commit 7212499
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ env:
- MODULE=xgp
- TWINE_USERNAME=MaxHalford
- CIBW_SKIP="cp27-* cp34-*"
- CIBW_BEFORE_BUILD="pip install numpy scipy"
- 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
"
- CIBW_BUILD_VERBOSITY=1
matrix:
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="false"
Expand Down

0 comments on commit 7212499

Please sign in to comment.