Skip to content

Commit 962c0c2

Browse files
authored
Merge pull request #43 from InsightSoftwareConsortium/support-per-group-wheels
Support per group wheels
2 parents 5f2050d + bbcf56d commit 962c0c2

23 files changed

+1657
-267
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ downloads
99
venvs
1010
venv-*
1111
ITK-*
12+
libpython-not-needed-symbols-exported-by-interpreter
1213

1314
# Python
1415
*.py[cod]

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
cache:
7+
directories:
8+
- $HOME/docker
9+
10+
before_install:
11+
- pip install -U scikit-ci-addons
12+
- ci_addons docker load-pull-save r.j3ss.co/shellcheck
13+
14+
script:
15+
- scripts/lint-shell-scripts.sh

0 commit comments

Comments
 (0)