Commit d1a71b07 by Sébastien Eustace

Only use stable releases for tests

parent 59dd53a9
......@@ -16,7 +16,7 @@ install:
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
# Create poetry virtualenv
- "python -m pip install poetry --pre"
- "python -m pip install poetry"
# Install dependencies
- "poetry install -v"
......
......@@ -11,7 +11,7 @@ cache:
- $HOME/.cache/pre-commit
install:
- pip install poetry --pre
- pip install poetry
- poetry install -v
script: pytest -q tests/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment