Skip to content

Commit c477570

Browse files
committed
Improve tests
1 parent 208b0c6 commit c477570

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ cleo = "^0.6.5"
2727
pytest = "^3.5"
2828
tox = "^3.0"
2929
black = {version = "^18.9b0", python = "^3.6"}
30+
31+
32+
[build-system]
33+
requires = ["poetry>=0.12"]
34+
build-backend = "poetry.masonry.api"

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
2+
isolated_build = True
3+
envlist = py27, py35, py36, py37, pypy
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)