Commit 62e4ef43 by Sébastien Eustace

Update appveyor config

parent 86d76e30
...@@ -16,11 +16,10 @@ install: ...@@ -16,11 +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
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py - "python get-poetry.py --preview"
- python get-poetry.py --preview
# Install dependencies # Install dependencies
- poetry install -v - "python -m poetry install -v"
test_script: test_script:
- "poetry run pytest --cov=poetry tests/ -W ignore" - "python -m 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