Fixed and improved tox.ini, added subunit as dep

fixed a typo in tox.ini and also added
python-subunit in test-requirements.txt

Change-Id: Ic897f5a39586c07b89613311e766ad73bafd96b5
This commit is contained in:
Fausto Marzi
2015-10-19 17:58:14 +01:00
parent d0b571c6f4
commit 15be7d2b0c
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ coverage>=3.6
discover
mock>=1.0
oslosphinx
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
testtools>=0.9.34

View File

@@ -35,7 +35,7 @@ commands =
python_files = test_*.py
norecursedirs = .tox .venv freezer_api freezer/binaries
[testend:venv]
[testenv:venv]
commands = {posargs}
[tox:jenkins]