Commit b9110774 by Sébastien Eustace

Update appveyor config

parent 62e4ef43
...@@ -16,10 +16,10 @@ install: ...@@ -16,10 +16,10 @@ 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 get-poetry.py --preview" - "python -p pip install poetry --pre"
# Install dependencies # Install dependencies
- "python -m poetry install -v" - "poetry install -v"
test_script: test_script:
- "python -m poetry run pytest --cov=poetry tests/ -W ignore" - "poetry run pytest --cov=poetry tests/ -W ignore"
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