0d95be4662
To support the documented OpenStack gerrit review cycle, add the .gitreview file that is read by "git review". Add standart tox.ini and test-requirements.txt so that pep8 test passes. Update setup.cfg so that docs building works. Use "/bin/true" to fix python 2.7 test setup for now. This needs to be fixed properly in a followup. Change-Id: I9f33f397f1188aa90c505f9ac9bd5fb6b3cc1a2d
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking<0.12,>=0.11.0 # Apache-2.0
|
|
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
coverage>=3.6 # Apache-2.0
|
|
sphinx-argparse
|