Skip to content

Commit 54eaaf3

Browse files
committed
Bring back tox.ini
Were adjusted in #299 after them breaking in baf859b but technically these wouldn't be able to install dependencies.
1 parent a0cf26f commit 54eaaf3

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

tox.ini

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
[tox]
2-
envlist = py27, py33, py34, py35, py36
2+
isolated_build = True
3+
envlist = py37, py38, py39, py310
4+
skip_missing_interpreters = true
35

46
[testenv]
5-
commands = make test []
7+
extras =
8+
test
9+
docs
10+
allowlist_externals =
11+
make
12+
poetry
13+
require_poetry = true
14+
install_dev_deps = true
15+
locked_deps =
16+
pytest
17+
pytest-cov
18+
commands =
19+
make test test='{posargs}'
20+
setenv =
21+
PYTHONPATH = {toxinidir}

0 commit comments

Comments
 (0)