Skip to content
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

Bootstrap Collection #1

Merged
merged 16 commits into from
Mar 13, 2020
Merged

Bootstrap Collection #1

merged 16 commits into from
Mar 13, 2020

Conversation

gundalow
Copy link
Contributor

SUMMARY
  • Basic common bootstrapping of repo
  • Correct Galaxy settings
  • Attempt to get Shippable working
ISSUE TYPE
  • Feature Pull Request

* Basic common bootstrapping of repo
* Correct Galaxy settings
* Attempt to get Shippable working
galaxy.yml Outdated Show resolved Hide resolved
galaxy.yml Show resolved Hide resolved
Comment on lines +1 to +3
#!/usr/bin/env python3.7
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's supposed to run under Python 3.7, it doesn't make sense to have this boilerplate:

Suggested change
#!/usr/bin/env python3.7
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
#!/usr/bin/env python3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants