refactoring

This commit is contained in:
Devaev Maxim
2019-04-13 06:18:33 +03:00
parent 5bf758e232
commit 0c82937d3c
9 changed files with 110 additions and 85 deletions

View File

@@ -1,9 +1,10 @@
[tox]
envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint
skipsdist = True
skipsdist = true
[testenv]
basepython = python3.7
sitepackages = true
changedir = /src
[testenv:flake8]