Harmonise nosetest options across each of the integration platforms · Patricksgithub/dronekit-python@17fb12e · GitHub
Skip to content

Commit 17fb12e

Browse files
committed
Harmonise nosetest options across each of the integration platforms
This should make the outputs comparable
1 parent 99c2c1b commit 17fb12e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install:
2424
- cmd: 'pip install -r requirements.txt -UI'
2525

2626
build_script:
27-
# - cmd: 'nosetests -vx dronekit.test.web'
28-
- cmd: 'nosetests -vx dronekit.test.unit'
27+
# - cmd: 'nosetests -svx dronekit.test.web'
28+
- cmd: 'nosetests -svx dronekit.test.unit'
2929
- cmd: 'nosetests -svx dronekit.test.sitl'
3030

3131
clone_depth: 10

circle.yml

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)