Skip to content

Commit

Permalink
Upating project tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 15, 2020
1 parent ab67d0f commit 34d4fc7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions whisk/template/{{ cookiecutter.repo_name }}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ envlist = py36, py37, py38
[testenv]
deps =
pytest
Flask
click
commands = pytest -s
; tests exclude app/test_app.py as these are for testing the source distribution and the flask app is not included in the package.
commands = pytest -s tests/

; Used to test against a local version of whisk
; Used by whisk developers to test against a local version of whisk
[testenv:local]
deps =
pytest
Flask
click
commands =
pip uninstall -y whisk
pip install -e /Users/dlite/projects/whisk
pytest -s
pytest -s tests/

0 comments on commit 34d4fc7

Please sign in to comment.