| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [tox] | |
| 2 envlist = py{35,36} | |
| 3 skipsdist = True | |
| 4 | |
| 5 [testenv] | |
| 6 setenv = | |
| 7 PYTHONPATH = {toxinidir} | |
| 8 | |
| 9 deps = | |
| 10 pytest | |
| 11 flake8-putty | |
|
Sebastian Noack
2017/07/05 18:55:21
You don't seem to actually use flake8-putty here.
rosie
2017/07/07 15:55:48
Done.
| |
| 12 pytest-cov | |
| 13 | |
| 14 commands = | |
| 15 pytest --cov=update_copyright tests | |
| 16 flake8 update_copyright.py tests | |
| OLD | NEW |