Skip to content

Commit

Permalink
Semi abandon the isolated build
Browse files Browse the repository at this point in the history
  • Loading branch information
chstan committed Jan 9, 2020
1 parent ae6d143 commit 0c9701d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -6,9 +6,9 @@ envlist = py37
whitelist_externals = poetry
basepython = python3.7
deps =
poetry
pytest
pytest-cov
commands =
poetry install -v
poetry run pytest -c "pytest.ini"

python -m poetry install -v
python -m poetry run pytest -c "pytest.ini"

0 comments on commit 0c9701d

Please sign in to comment.