4 Commits

Author SHA1 Message Date
Joshua Harlow
3465e0340b Reduce unused tox environments
Since the openstack-ci only tests 5 of the many tox enviroments
we had listed and from my knowledge nobody else is testing using
those other non-standard enviroments just reduce the set of applicable
environments to the ones that are being used (which also means we
can remove the usage of toxgen and just stick with a simpler file
that is easier to use, modify and adjust).

Change-Id: I4d2302594b9f9e8741f9693cb358efc1418bd45d
2014-09-09 10:36:55 -07:00
Joshua Harlow
5f0948bd12 Split requirements into py2 and py3 files
Since PBR now supports distinguishing between
a requirements file for py2 and a different requirements
file for py3 we should add the support for that separation
so that it is easier to package taskflow.

Change-Id: I3c5faa99a529bcb28aa0276b8d345a26f94b5af3
2014-08-15 12:18:26 -07:00
YAMAMOTO Takashi
75dc2e3b5e README.rst: Avoid using non-ascii character
Replace U+2019 with ascii 0x27.

Change-Id: I16a1d900ebc708be5d958713f1cd8364fe0d9793
2014-07-23 12:15:54 +09:00
Joshua Harlow
c2731a84ec Switch to a restructuredtext README file
To make the README file showup in a more readable manner
on pypi and on other external sites convert the README from
the markdown format and move it to the restructuredtext format
which displays better on those external sites (and keeps our
documentation consistently one format).

Change-Id: I38f7152c264bbc0ebcf4a539b36f8b21e86705b8
2014-06-08 20:57:37 -07:00