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 09cf1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ 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
- ./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 09cf1ac

Please sign in to comment.