From 3465e0340b6c461dc3cac25321e7a13cca37b8e8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 3 Sep 2014 18:38:02 -0700 Subject: 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 --- README.rst | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 24c6e5d..dea1f4e 100644 --- a/README.rst +++ b/README.rst @@ -34,16 +34,8 @@ Tox.ini Our ``tox.ini`` file describes several test environments that allow to test TaskFlow with different python versions and sets of requirements installed. - -To generate the ``tox.ini`` file, use the ``toxgen.py`` script by first -installing `toxgen`_ and then provide that script as input the ``tox-tmpl.ini`` -file to generate the final ``tox.ini`` file. - -*For example:* - -:: - - $ toxgen.py -i tox-tmpl.ini -o tox.ini +Please refer to the `tox`_ documentation to understand how to make these test +environments work for you. Developer documentation ----------------------- @@ -56,5 +48,5 @@ We also have sphinx documentation in ``docs/source``. $ python setup.py build_sphinx -.. _toxgen: https://pypi.python.org/pypi/toxgen/ +.. _tox: http://testrun.org/tox/latest/ .. _developer documentation: http://docs.openstack.org/developer/taskflow/ -- cgit v1.2.1