We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a18b3 + 257b28c commit 06ae631Copy full SHA for 06ae631
.travis.yml
@@ -10,6 +10,6 @@ cache:
10
script:
11
- curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
12
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
13
-- ./macpython-download-cache-and-build-module-wheels.sh
+- ./macpython-download-cache-and-build-module-wheels.sh 2.7 3.7
14
- tar -zcvf dist.tar.gz dist/
15
- curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz
0 commit comments