Skip to content
Snippets Groups Projects
Commit a04fc4df authored by Corné Lukken's avatar Corné Lukken
Browse files

Fix tox job directory name

parent 5e4d4657
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ commands = ...@@ -39,7 +39,7 @@ commands =
black: {envpython} -m black --check --diff . black: {envpython} -m black --check --diff .
pylint: {envpython} -m pylint --version pylint: {envpython} -m pylint --version
pylint: {envpython} -m pylint AttributeWrapper tests pylint: {envpython} -m pylint AttributeWrapper tests
format: {envpython} -m autopep8 -v -aa --in-place --recursive Attribute_wrapper/ format: {envpython} -m autopep8 -v -aa --in-place --recursive attribute_wrapper/
format: {envpython} -m autopep8 -v -aa --in-place --recursive tests/ format: {envpython} -m autopep8 -v -aa --in-place --recursive tests/
format: {envpython} -m black -v . format: {envpython} -m black -v .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment