| Index: patchconv/tox.ini | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/patchconv/tox.ini | 
| @@ -0,0 +1,15 @@ | 
| +[tox] | 
| +envlist = py27, py35 | 
| + | 
| +[testenv] | 
| +deps = | 
| + pytest | 
| + pytest-cov | 
| + mock | 
| + flake8 | 
| + pep8-naming | 
| + ../flake8-abp | 
| + | 
| +commands = | 
| + py.test --cov=patchconv --cov-report term-missing tests | 
| + flake8 patchconv.py setup.py tests/test_rietveld_to_git.py | 
| 
Sebastian Noack
2016/05/12 23:48:51
Note that flake8 can automatically find Python fil
 
Vasily Kuznetsov
2016/05/17 15:57:30
This is nice, but in my opinion a bit too implicit
 |