Skip to content

Commit 9734ff6

Browse files
appveyor: Only run robot test after real install
1 parent 94510e3 commit 9734ff6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ install:
2424
test_script:
2525
- cmd: |
2626
%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
2827
rem %PY% -m tox -r -v
2928
3029
- cmd: |
30+
%PY% -m pip uninstall --yes nodely
3131
%PY% -m pip install zetup[all]
3232
%PY% -m zetup install
33+
%PY% -m robot test
34+
35+
- cmd: |
3336
rem %PY% -m zetup pytest
3437
%PY% -m zetup sdist
3538
rem %PY% -m zetup tox

0 commit comments

Comments
 (0)