Skip to content

Commit

Permalink
Merge pull request #20 from endlessm/T31414-fix-ci
Browse files Browse the repository at this point in the history
CI tool: Remove hardcoded version
  • Loading branch information
manuq authored Feb 16, 2021
2 parents 13f8344 + 3d4b51a commit 8fb7cc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ commands =
yarn
make dist
# Test whl installation
pip install {toxinidir}/dist/kolibri_explore_plugin-0.0.1-py2.py3-none-any.whl
# FIXME: Disabled until tox.ini supports expanding globs.
# See: https://github.com/tox-dev/tox/issues/1571
# pip install {toxinidir}/dist/kolibri_explore_plugin-*.whl

[testenv:pythonbuild2.7]
commands = {[python_build_base]commands}
Expand Down

0 comments on commit 8fb7cc5

Please sign in to comment.