Skip to content

Commit 06ae631

Browse files
authored
Merge pull request #114 from phcerdan/python_travis_constraint_versions_of_wheels
COMP: Generate packages for python 2.7 and 3.7
2 parents 34a18b3 + 257b28c commit 06ae631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ cache:
1010
script:
1111
- curl -L https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
1212
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
13-
- ./macpython-download-cache-and-build-module-wheels.sh
13+
- ./macpython-download-cache-and-build-module-wheels.sh 2.7 3.7
1414
- tar -zcvf dist.tar.gz dist/
1515
- curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz

0 commit comments

Comments
 (0)