summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-09-03 18:38:02 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-09-09 10:36:55 -0700
commit3465e0340b6c461dc3cac25321e7a13cca37b8e8 (patch)
tree6b3f9847e3c038520b9857a6373b97d742ded5d5 /README.rst
parent4529eb7222ee5a5e5e654306ba6c2230f21d548b (diff)
downloadtaskflow-3465e0340b6c461dc3cac25321e7a13cca37b8e8.tar.gz
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
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 3 insertions, 11 deletions
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/