Skip to content

Commit

Permalink
ENH: Avoid TravisCI build timeouts.
Browse files Browse the repository at this point in the history
Avoid TravisCI build timeouts by restricting the Python package builds to
Python versions 2.7 and 3.5.
  • Loading branch information
jhlegarreta committed Sep 23, 2018
1 parent 4fb30b6 commit 5116a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- "$HOME/Library/Caches/Homebrew"
script:
- curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
- ./macpython-download-cache-and-build-module-wheels.sh
- chmod u+x macpython-build-module-wheels.sh
- ./macpython-build-module-wheels.sh 2.7 3.5
- tar -zcvf dist.tar.gz dist/
- curl -F file="@dist.tar.gz" https://file.io

0 comments on commit 5116a9b

Please sign in to comment.