Commit ac96b2db by Sébastien Eustace Committed by Sébastien Eustace

Fix appveyor config

parent e6db37b7
...@@ -16,7 +16,7 @@ install: ...@@ -16,7 +16,7 @@ install:
- "python -m pip install --disable-pip-version-check --user --upgrade pip" - "python -m pip install --disable-pip-version-check --user --upgrade pip"
# Create poetry virtualenv # Create poetry virtualenv
- "python -p pip install poetry --pre" - "python -m pip install poetry --pre"
# Install dependencies # Install dependencies
- "poetry install -v" - "poetry install -v"
......
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