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

Update tox conf #918

Closed
wants to merge 1 commit into from
Closed

Update tox conf #918

wants to merge 1 commit into from

Conversation

medecau
Copy link
Contributor

@medecau medecau commented May 19, 2020

This pull request updates the list of tested Python versions on the tox configuration file and adds two new environments.

Previously, the tox configuration only listed Python 3.7 as a target version for tests. With these changes the tox configuration now lists Python 3.6, 3.7, 3.8, and 3.9. Tox will only create environments for the interpreters available.

The two new environments are "codestyle" and "security".
The code style environment will install and run pycodestyle tool, a.k.a. pep8.
The new security related environment will run two tools to check for potential security issues:

  1. "Bandit is a tool designed to find common security issues in Python code."
  2. "Safety checks your installed dependencies for known security vulnerabilities."

Add other supported python versions

Add security related environment
"Bandit is a tool designed to find common security issues in Python code."
"Safety checks your installed dependencies for known security vulnerabilities."

Add codestyle related environment
@jkbrzt
Copy link
Member

jkbrzt commented Jun 26, 2020

Thanks @medecau, but we’re actually removing tox from this project (#943).

@jkbrzt jkbrzt closed this Jun 26, 2020
@medecau medecau deleted the update-tox-conf branch June 29, 2020 15:01
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