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 94510e3 commit 9734ff6Copy full SHA for 9734ff6
appveyor.yml
@@ -24,12 +24,15 @@ install:
24
test_script:
25
- cmd: |
26
%PY% -m pytest -vv --doctest-modules nodely test --cov nodely --cov test --cov-report term-missing --cov-fail-under 100
27
- %PY% -m robot test
28
rem %PY% -m tox -r -v
29
30
+ %PY% -m pip uninstall --yes nodely
31
%PY% -m pip install zetup[all]
32
%PY% -m zetup install
33
+ %PY% -m robot test
34
+
35
+ - cmd: |
36
rem %PY% -m zetup pytest
37
%PY% -m zetup sdist
38
rem %PY% -m zetup tox
0 commit comments