Skip to content

Commit

Permalink
Merge pull request theupdateframework#1364 from jku/no-pre-release-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Kukkonen authored May 5, 2021
2 parents b22659e + aaca8ec commit 28e420b
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 @@ -24,7 +24,7 @@ deps =
# installation (see `skipsdist`), to get relative paths in coverage reports
--editable {toxinidir}

install_command = pip install --pre {opts} {packages}
install_command = pip install {opts} {packages}

# Develop test env to run tests against securesystemslib's master branch
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
Expand Down

0 comments on commit 28e420b

Please sign in to comment.