Skip to content

Commit cc25178

Browse files
update workflow (#20)
* update workflow * remove wool from travis
1 parent 22b83b5 commit cc25178

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/wool.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
pull_request
3+
4+
name: Wool
5+
6+
jobs:
7+
runWool:
8+
name: Run black
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
13+
- uses: uc-cdis/wool@master
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
language: python
22
python:
33
- 3.6
4-
env:
5-
- REPOSITORY="uc-cdis/gen3sdk-python" PR_NUMBER="$TRAVIS_PULL_REQUEST"
64
install:
75
- pip install -r requirements.txt
86
- pip install -r test-requirements.txt
9-
- pip install -e git+https://[email protected]/uc-cdis/wool.git#egg=wool;
107
- cp -r $VIRTUAL_ENV/src/indexclient/indexclient gen3/.
118
script:
129
- sed -i.bak "s/0.1.0/$(git describe --tags --abbrev=0 --match=[0-9]*)/g" setup.py
1310
- python setup.py install
1411
- py.test -vv tests
15-
- if [[ $PR_NUMBER != false ]]; then wool; fi
1612
deploy:
1713
skip_cleanup: true
1814
provider: pypi

0 commit comments

Comments
 (0)