Add tox to test-requirements.txt

If I understand correctly, tox is already installed on automated test
nodes; however, the intent here is to improve local development workflow
by ensuring that an appropriate version is installed for running tests
locally.

This requires at least tox 2.9.1, which is the version that was used in
a zuul run observed today.

Change-Id: I8052e5792e229b58a48e48bd705ed576acdc2884
This commit is contained in:
Wayne Warren 2017-07-18 11:32:30 -07:00 committed by Daniel Watkins
parent bc80e5e2f3
commit 28d02cddc3
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ sphinx>=1.5.0,<1.7.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
tox>=2.9.1 # MIT
mock>=2.0 # BSD
sphinxcontrib-programoutput