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

Show support for Python 3.6 #288

Merged
merged 2 commits into from May 7, 2018
Merged

Show support for Python 3.6 #288

merged 2 commits into from May 7, 2018

Conversation

ericwb
Copy link
Member

@ericwb ericwb commented May 4, 2018

Now that Travis CI is testing Bandit on Python 3.6, the metadata
classifier of setup.cfg should declare this.

Signed-off-by: Eric Brown browne@vmware.com

Now that Travis CI is testing Bandit on Python 3.6, the metadata
classifier of setup.cfg should declare this.

Signed-off-by: Eric Brown <browne@vmware.com>
# Or if you're working with a Python 3.5 project
pip3.5 install bandit
# Or if you're working with a Python 3 project
pip3 install bandit
Copy link
Member

Choose a reason for hiding this comment

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

Preferably python3 -m pip install bandit actually

@ericwb ericwb merged commit afc04c9 into PyCQA:master May 7, 2018
@ericwb ericwb deleted the py36 branch May 7, 2018 20:38
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.

None yet

2 participants