File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 77install :
88 - ' a() { set -e; }'
99 - " z() { E=$?; test $E -eq 0 && return 0; printf \"\\ n\\ 033[1;31mThe command failed with exit code $?.\\ 033[0m\" ; set -e; return $E; }"
10- - (a; sudo pip2 install nose psutil );z
10+ - (a; sudo pip2 install nose psutil mock );z
1111 - ' (a; sudo pip2 install git+https://github.com/3drobotics/dronekit-sitl-runner.git );z'
1212script :
1313 - (a; sudo python setup.py install );z
1414 - (a; nosetests tests/web );z
15+ - (a; nosetests tests/unit );z
1516 - (a; cd tests; python -um sitl );z
1617git :
1718 depth : 10
Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ install:
1818 '@ | out-file -Encoding ascii -FilePath c:\Users\appveyor\pip\pip.ini
1919 - cmd : ' setlocal & python -m pip install pip wheel -U & endlocal'
2020 - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & pip2 wheel numpy & endlocal"
21- - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & pip2 install nose numpy psutil & endlocal"
21+ - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & pip2 install nose numpy psutil mock & endlocal"
2222 - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & pip2 install git+https://github.com/3drobotics/dronekit-sitl-runner.git & endlocal"
2323build_script :
2424 - cmd : ' setlocal & python setup.py install & endlocal'
2525 - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & nosetests tests\\ web & endlocal"
26+ - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & nosetests tests\\ unit & endlocal"
2627 - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & cd tests & python -um sitl & endlocal"
2728clone_depth : 10
2829test : ' off'
Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ dependencies:
99 environment : {}
1010 - nosetests tests/web :
1111 environment : {}
12+ - nosetests tests/unit :
13+ environment : {}
1214 - cd tests; python -um sitl :
1315 environment : {}
1416 pre :
15- - pip2 install nose psutil :
17+ - pip2 install nose psutil mock :
1618 environment : {}
1719 - ' pip2 install git+https://github.com/3drobotics/dronekit-sitl-runner.git ' :
1820 environment : {}
You can’t perform that action at this time.
0 commit comments