Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a6899bc

Browse files
committed
Restores Appveyor testing.
1 parent bee4495 commit a6899bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ install:
1919
- cmd: "setlocal & SET PATH=%PYTHON%;c:\\Python27\\Scripts;%PATH% & pip2 install git+https://github.com/3drobotics/dronekit-sitl-runner.git & endlocal"
2020
build_script:
2121
- cmd: 'setlocal & python setup.py install & endlocal'
22+
- cmd: "setlocal & SET PATH=%PYTHON%;c:\\Python27\\Scripts;%PATH% & nosetests tests\\web & endlocal"
23+
- cmd: "setlocal & SET PATH=%PYTHON%;c:\\Python27\\Scripts;%PATH% & cd tests & python -u -m sitl & endlocal"
2224
clone_depth: 10
2325
test: 'off'
2426
branches:

0 commit comments

Comments
 (0)