Add pylint and run before tests

This commit is contained in:
richard-dds
2018-06-18 10:42:07 -04:00
parent 373998f42d
commit 6eb71cfe63
4 changed files with 652 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ pytest = "==3.6.0"
pytest-tornado = "==0.5.0"
ipython = "*"
ipdb = "*"
pylint = "*"
[requires]
python_version = "3.6"