aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-06-08Update global requirementsZhongShengping1-2/+2
Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0 Pin sphinx version to sphinx!=1.6.1,>=1.5.1 reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests. Change-Id: I9daab4d970f387ae20ded1bf920ec3b98c7e4597
2017-05-17Update tox configurationAlex Schultz1-4/+7
Update the tox configuration to pull in the openstack upper-constraints.txt when running releasenotes. This will fix the releasenotes job that is currently failing due to a new version of sphinx. Additionally this change includes updates from puppet-modulesync-configs. Change-Id: Ie587bfde2367dfec796f1b07c01bba15d839a3b1 Related-Bug: #1691511
2016-12-03Add basic structure for ReNoLuke Hinds1-0/+4
ReNo [1] is the release management tool in OpenStack. This patch adds the basic structure to start using it for doc builds in puppet-tripleo. * Update .gitignore * Add a basic note "use-reno" * Add releasenotes/ dir and basic files * Add python files: setup.cfg, setup.py, test-requirements.txt and tox.ini. [1] http://docs.openstack.org/developer/reno Change-Id: Idc9a30ab632c8e2ca794fb10431cdefd5d861d14