From f52a38d012ab3f88db69c2878e1953d4a2961412 Mon Sep 17 00:00:00 2001 From: Fernando Felix do Nascimento Junior Date: Sun, 20 Mar 2016 04:50:33 -0300 Subject: [PATCH] Add tox It is awesome and you know. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa1050da..2b40eadd 100644 --- a/README.md +++ b/README.md @@ -863,6 +863,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [green](https://github.com/CleanCut/green) - A clean, colorful test runner. * [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows). * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. + * [tox](https://tox.readthedocs.org/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable [environments](#environment-management). * Web Testing * [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. * [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.