Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Dec 30, 2019
2 parents 9b68eb5 + 4e6be1f commit 59b7ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
skip_install = true
commands =
poetry install -v
poetry run pytest --cov-report term-missing --cov=py_wave_runup/ tests/ -W ignore::DeprecationWarning
poetry run pytest --cov-report term-missing --doctest-modules --cov=py_wave_runup/ tests/ -W ignore::DeprecationWarning
codecov -e TOXENV

0 comments on commit 59b7ebe

Please sign in to comment.