We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b9f9c commit f74da8bCopy full SHA for f74da8b
tox.ini
@@ -1,9 +1,9 @@
1
[tox]
2
isolated_build = true
3
-envlist = py27, py35, py36, py37
+envlist = py27, py35, py36, py37, py38
4
5
[testenv]
6
whitelist_externals = poetry
7
commands =
8
- poetry install -v
+ poetry install --no-root -v
9
poetry run pytest tests/
0 commit comments