Skip to content

Commit

Permalink
Adding local env for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 8, 2020
1 parent d31bcf7 commit 44c54e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions whisk/template/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ skipsdist = true
deps =
-rrequirements.txt
commands = pytest -s --junitxml=test_results/pytest-report-{envname}.xml

[testenv:local]
deps =
-rrequirements.txt
commands =
pip uninstall -y whisk
pip install -e /Users/dlite/projects/whisk
pytest -s

0 comments on commit 44c54e6

Please sign in to comment.