Index: update-copyright/tox.ini |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/update-copyright/tox.ini |
@@ -0,0 +1,16 @@ |
+[tox] |
+envlist = py{35,36} |
+skipsdist = True |
+ |
+[testenv] |
+setenv = |
+ PYTHONPATH = {toxinidir} |
+ |
+deps = |
+ pytest |
+ 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.
|
+ pytest-cov |
+ |
+commands = |
+ pytest --cov=update_copyright tests |
+ flake8 update_copyright.py tests |