generator-py-tox
Version:
A generator for tox.ini files.
24 lines (14 loc) • 876 B
Markdown
# generator-py-tox [](https://travis-ci.org/dreid93/generator-py-tox)
This generator is used to create a tox.ini file for (Tox)[http://tox.readthedocs.org/en/latest/#] testing Python projects. At it's current state it fully emulates the functionality of the CLT ``tox-quickstart``.
### Why Yeoman?
Yeoman is awesome! ``tox-quickstart`` is capable of generating a basic tox.ini file, though is not expandable. As a developer, I would like to be able to easily generate potentially more complex tox.ini files. Using yeoman, and developing a yeoman generator, makes it simple to expand the functionality of my tox.ini generator. :D
### Install
```
$ npm install -g generator-py-tox
```
### Run
```
$ yo py-tox
```
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)