Commit 2dd2b08c by Sébastien Eustace

Update appveyor config

parent cbb435f6
...@@ -13,9 +13,11 @@ install: ...@@ -13,9 +13,11 @@ install:
# Create poetry virtualenv # Create poetry virtualenv
- pip install poetry --pre - pip install poetry --pre
- python -m venv venv
- venv\\Scripts\\activate.bat
# Install dependencies # Install dependencies
- poetry install -v - poetry install -v
test_script: test_script:
- "%PYTHON%\\Scripts\\pytest.exe --cov=poetry tests/" - "pytest --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