Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
The Universal Packaging Tool
upt
Commits
548a14f4
Commit
548a14f4
authored
Sep 26, 2018
by
Cyril Roelandt
Browse files
tox.ini: Use {posargs}.
parent
d1f8ef38
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
548a14f4
...
...
@@ -3,7 +3,7 @@ envlist=flake8,py36
[testenv]
deps
=
.[test]
commands
=
python -m unittest
commands
=
python -m unittest
{posargs}
[testenv:flake8]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment