summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
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]