Skip to content

Commit f74da8b

Browse files
committed
Update tox.ini
1 parent a8b9f9c commit f74da8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
isolated_build = true
3-
envlist = py27, py35, py36, py37
3+
envlist = py27, py35, py36, py37, py38
44

55
[testenv]
66
whitelist_externals = poetry
77
commands =
8-
poetry install -v
8+
poetry install --no-root -v
99
poetry run pytest tests/

0 commit comments

Comments
 (0)