cloud-init/test-requirements.txt
Daniel Watkins 16e1ee3b51 Add doc8 checks to docs tox target.
And fix the one error that it throws up.

Change-Id: I51fb24562b5779fc40b9e8fcd3a62c5ea5478faf
2015-06-12 18:42:17 +01:00

18 lines
372 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.
httpretty>=0.7.1
mock
nose
testtools
# For doc building
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx
# For style checking
hacking<0.11,>=0.10.0
doc8
coverage