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 6bffdc6 commit 301bcc9Copy full SHA for 301bcc9
.appveyor.yml
@@ -1,5 +1,9 @@
1
+environment:
2
+ matrix:
3
+ - PYTHON: "C:\\Python37"
4
+
5
install:
-- pip install --upgrade pip setuptools
-- pip install --upgrade --editable .[dev]
6
+- %PYTHON%\\python.exe -m pip install --upgrade pip setuptools
7
+- %PYTHON%\\python.exe -m pip install --upgrade --editable .[dev]
8
test_script:
-- pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests
9
+- %PYTHON%\\python.exe -m pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests
setup.cfg
@@ -1,6 +1,7 @@
[check-manifest]
ignore =
*.enc
+ .appveyor.yml
.coveragerc
.isort.cfg
.markdownlint.json
0 commit comments