File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install:
12
12
script :
13
13
- (a; sudo python setup.py install );z
14
14
- (a; nosetests tests/web );z
15
- - (a; cd tests; python -um sitl );z
15
+ - (a; python -m tests. sitl );z
16
16
git :
17
17
depth : 10
18
18
language : objective-c
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ install:
23
23
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
- - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & cd tests & python -um sitl & endlocal"
26
+ - cmd : " setlocal & SET PATH=%PYTHON%;c:\\ Python27\\ Scripts;%PATH% & python -m tests. sitl & endlocal"
27
27
clone_depth : 10
28
28
test : ' off'
29
29
branches :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
environment : {}
10
10
- nosetests tests/web :
11
11
environment : {}
12
- - cd tests; python -um sitl :
12
+ - python -m tests. sitl :
13
13
environment : {}
14
14
pre :
15
15
- pip2 install nose psutil :
You can’t perform that action at this time.
0 commit comments