Commit 6c3b68c3 by Sébastien Eustace

Update appveyor config

parent 000231c5
...@@ -9,7 +9,7 @@ install: ...@@ -9,7 +9,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings # Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date. # about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip" - pip install --disable-pip-version-check --user --upgrade pip
# Create poetry virtualenv # Create poetry virtualenv
- pip install poetry --pre - pip install poetry --pre
...@@ -18,4 +18,4 @@ install: ...@@ -18,4 +18,4 @@ install:
- poetry install -v - poetry install -v
test_script: test_script:
- "pytest --cov=poetry --cov-config=.coveragerc tests/" - %PYTHON%\\Scripts\\pytest.exe --cov=poetry 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