Skip to content

Commit

Permalink
Apply temp. workaround for poetry/pip19 breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Apr 26, 2019
1 parent 6606513 commit ad55560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ whitelist_externals = poetry
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
skip_install = true
commands =
pip install pip==18.1 # workaround, poetry currently fails on pip19
poetry install -v
poetry run pytest --cov=py_wave_runup/ tests/
codecov -e TOXENV

0 comments on commit ad55560

Please sign in to comment.