We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301bcc9 commit ef776e0Copy full SHA for ef776e0
.appveyor.yml
@@ -3,7 +3,7 @@ environment:
3
- PYTHON: "C:\\Python37"
4
5
install:
6
-- %PYTHON%\\python.exe -m pip install --upgrade pip setuptools
7
-- %PYTHON%\\python.exe -m pip install --upgrade --editable .[dev]
+- "%PYTHON%\\python.exe -m pip install --upgrade pip setuptools"
+- "%PYTHON%\\python.exe -m pip install --upgrade --editable .[dev]"
8
test_script:
9
-- %PYTHON%\\python.exe -m pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests
+- "%PYTHON%\\python.exe -m pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests"
0 commit comments