mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 03:20:17 +01:00
Fix tox settings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-pep8
|
flake8
|
||||||
coverage
|
coverage
|
||||||
|
|||||||
4
tox.ini
4
tox.ini
@@ -7,13 +7,13 @@ usedevelop = True
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
setenv = COVERAGE_FILE = .coverage
|
setenv = COVERAGE_FILE = .coverage
|
||||||
commands = py.test --cov=pygtktalog --cov-report=term-missing
|
commands = py.test --cov=pycatalog --cov-report=term-missing
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
commands = py.test --pep8 -m pep8
|
commands = flake8
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user