Skip to content

Commit

Permalink
DEV: Enable pip to install pre-releases in the tox dev environments (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 11, 2021
1 parent 9140a5c commit 86041bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ extras =
test
all: all

# Enable pip to install pre-releases in the dev environment
pip_pre =
dev: True

commands =
pip freeze
!cov: pytest --pyargs skypy {toxinidir}/docs {posargs}
Expand Down

0 comments on commit 86041bc

Please sign in to comment.