mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-21 06:27:02 +00:00
Word around bug with the tox deps handling.
It fails using {[testenv]deps}, when it hits "py27: mock".
This commit is contained in:
parent
ceb6736962
commit
2d4b8869b2
7
tox.ini
7
tox.ini
@ -13,7 +13,8 @@ commands = pep8 --version
|
||||
|
||||
[testenv:py27-coverage]
|
||||
basepython = python2.7
|
||||
deps = {[testenv]deps}
|
||||
deps = networkx==1.9
|
||||
mock
|
||||
coverage
|
||||
commands = coverage --version
|
||||
coverage erase
|
||||
@ -22,7 +23,7 @@ commands = coverage --version
|
||||
|
||||
[testenv:py33-coverage]
|
||||
basepython = python3.3
|
||||
deps = {[testenv]deps}
|
||||
deps = networkx==1.9
|
||||
coverage
|
||||
commands = coverage --version
|
||||
coverage erase
|
||||
@ -31,7 +32,7 @@ commands = coverage --version
|
||||
|
||||
[testenv:py34-coverage]
|
||||
basepython = python3.4
|
||||
deps = {[testenv]deps}
|
||||
deps = networkx==1.9
|
||||
coverage
|
||||
commands = coverage --version
|
||||
coverage erase
|
||||
|
Loading…
Reference in New Issue
Block a user