Commit e6db37b7 by Sébastien Eustace Committed by Sébastien Eustace

Update appveyor config

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