This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ script:
13
13
- (a; sudo python setup.py install );z
14
14
- (a; nosetests tests/web );z
15
15
- (a; nosetests tests/unit );z
16
- - (a; cd tests; python -um sitl );z
16
+ - (a; python -m tests. sitl );z
17
17
git :
18
18
depth : 10
19
19
language : objective-c
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ build_script:
24
24
- cmd : ' setlocal & python setup.py install & endlocal'
25
25
- cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & nosetests tests\\ web & endlocal"
26
26
- cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & nosetests tests\\ unit & endlocal"
27
- - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & cd tests & python -um sitl & endlocal"
27
+ - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & python -m tests. sitl & endlocal"
28
28
clone_depth : 10
29
29
test : ' off'
30
30
branches :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
environment : {}
12
12
- nosetests tests/unit :
13
13
environment : {}
14
- - cd tests; python -um sitl :
14
+ - python -m tests. sitl :
15
15
environment : {}
16
16
pre :
17
17
- pip2 install nose psutil mock :
You can’t perform that action at this time.
0 commit comments