-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/python3 #23
Merged
Merged
Chore/python3 #23
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ecc9022
chore(python3): 2to3
paulineribeyre d3f3c44
chore(python3): py3 cdisutilstest
paulineribeyre 21578e4
chore(python3): fix error handling
paulineribeyre 9075635
chore(python3): fix tests
paulineribeyre 32cb106
chore(python3): add wool
paulineribeyre f0429af
chore(python3): black
paulineribeyre 3783f91
PR template
paulineribeyre 68cf49c
fix wool
paulineribeyre 66f394e
use wool check instead of travis
paulineribeyre 2c591cb
chore(python3): pin cdisutilstest and gen3cirrus
paulineribeyre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
workflow "Run python formatter" { | ||
on = "pull_request" | ||
resolves = ["Run wool"] | ||
} | ||
|
||
action "Run wool" { | ||
uses = "uc-cdis/wool@master" | ||
secrets = ["GITHUB_TOKEN"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,18 @@ | ||
--- | ||
language: python | ||
|
||
python: | ||
- "2.7" | ||
- "3.6" | ||
|
||
- '2.7' | ||
- '3.6' | ||
matrix: | ||
allow_failures: | ||
- python: "3.6" | ||
|
||
- python: '2.7' | ||
sudo: false | ||
|
||
cache: pip | ||
|
||
install: | ||
- pip install --upgrade setuptools | ||
- pip install -r requirements.txt | ||
- python setup.py install | ||
- pip install -r dev-requirements.txt | ||
|
||
- pip install --upgrade setuptools | ||
- pip install -r requirements.txt | ||
- python setup.py install | ||
- pip install -r dev-requirements.txt | ||
before_script: | ||
- sudo rm -f /etc/boto.cfg | ||
|
||
- sudo rm -f /etc/boto.cfg | ||
script: | ||
- nosetests -v test/test_cleversafe_api_client.py | ||
- pytest test/test_google_api_client.py -vv | ||
- pytest -vv test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Description about what this pull request does. | ||
|
||
Please make sure to follow the [DEV guidelines](https://gen3.org/resources/developer/dev-introduction/) before asking for review. | ||
|
||
### New Features | ||
- Implemented XXX | ||
|
||
### Breaking Changes | ||
|
||
|
||
### Bug Fixes | ||
|
||
|
||
### Improvements | ||
|
||
|
||
### Dependency updates | ||
|
||
|
||
### Deployment changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cdislogging==1.0.0 | ||
gen3cirrus==0.3.0 | ||
-e git+https://github.com/uc-cdis/cdislogging.git@master#egg=cdislogging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure you update this to compatible cirrus