c393625dfa
This change adds a tox.ini file including environments for py26, py27 and pep8. These will be used to unit test the hot software-config hooks. Change-Id: Ieea12be77205d777a6b9c0f1c239418b9ce59d9f
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|