Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Sep 15, 2020
1 parent b6b011a commit 24ddd89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ envlist = py36,py37,py38

[testenv]
deps = -r{toxinidir}/requirements/test.txt
-r{toxinidir}/guniflask_cli/templates/project/requirements/app.txt

commands = pip install -e .
pytest --cov=guniflask-cli tests
commands = pytest --cov=guniflask-cli tests

0 comments on commit 24ddd89

Please sign in to comment.