| [tox] | |
| envlist = py25,py26,py27,pypy | |
| [testenv] | |
| deps=pathtools | |
| argh | |
| pyyaml | |
| unittest2 | |
| coverage | |
| commands= coverage erase | |
| coverage run run_tests.py | |
| coverage report -m | |
| #coverage html -d htmlcov | |
| #[testenv:pypy] | |
| #deps=pathtools | |
| # argh | |
| # pyyaml | |
| # unittest2 | |
| #[testenv:py32] | |
| #deps= coverage >= 3.5 |