mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-19 12:28:12 +01:00
Added mock as test dependency to Python2 environment
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -9,6 +9,10 @@ setenv = COVERAGE_FILE = .coverage
|
|||||||
commands = py.test --cov=fs_uae_wrapper --cov-report=term-missing
|
commands = py.test --cov=fs_uae_wrapper --cov-report=term-missing
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
|
[testenv:py27]
|
||||||
|
deps = {[testenv]deps}
|
||||||
|
mock
|
||||||
|
|
||||||
[testenv:py34-flake8]
|
[testenv:py34-flake8]
|
||||||
basepython = python3.4
|
basepython = python3.4
|
||||||
deps = flake8
|
deps = flake8
|
||||||
|
|||||||
Reference in New Issue
Block a user