Skip to content

Commit 94510e3

Browse files
appveyor: Add robotframework test
1 parent 21b4c7e commit 94510e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ 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
2728
rem %PY% -m tox -r -v
2829
2930
- cmd: |

0 commit comments

Comments
 (0)