Skip to content

Commit ef10a8e

Browse files
committed
Update tox config
1 parent 0962a6e commit ef10a8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

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

55
[testenv]
66
whitelist_externals = poetry
7-
skip_install = true
87
commands =
98
poetry install -v
109
poetry run pytest tests/

0 commit comments

Comments
 (0)