|
@@ -14,6 +14,6 @@ commands =
|
|
|
# Needed to make detox work, since it ignores usedevelop
|
|
|
# https://github.com/tox-dev/tox/issues/180
|
|
|
unit: pip install -e .
|
|
|
- unit: pytest
|
|
|
+ unit: pytest {posargs}
|
|
|
flake8: python setup.py flake8
|
|
|
pylint: python setup.py lint
|