summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-13 06:18:33 +0300
committerDevaev Maxim <[email protected]>2019-04-13 06:18:33 +0300
commit0c82937d3c0dfd7c9436a2cec62f9f56a5f11aa8 (patch)
tree6cb55a29950eb75ac6078d362f7b92e56047bfe5 /testenv/tox.ini
parent5bf758e232361e2b7a6b64e4b1750a10d896bb2d (diff)
refactoring
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index 3be89343..55d51892 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -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]