forked from dronekit/dronekit-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (28 loc) · 697 Bytes
/
.travis.yml
File metadata and controls
36 lines (28 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
env:
global:
- SITL_SPEEDUP=10
- SITL_RATE=200
python:
- "2.7"
install:
- 'sudo pip install . -UI'
- 'sudo pip install -r requirements.txt -UI'
script:
# - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || nosetests -svx dronekit.test.web'
- 'nosetests -svx dronekit.test.unit'
- 'nosetests -svx dronekit.test.sitl'
git:
depth: 10
language: objective-c
notifications:
email: false
slack:
secure: IYgZ83X065I/LljGrPEACZms+KDwrojiQbboFHhvNxL2Zkc5jHqwBK6PD1BsJh2JVun9fCZ1v2R8KuDsf+Qz2dCximdOZcHI81L9JUOZYuSJ2TVlbKiC00WdXpcQ6g7pDTLm/mGBoPxC+MuC5l8zZdbpPBpEa0F/YCe/n7tbT+g=
matrix:
fast_finish: true
branches:
only:
- master
- patch
- major
- minor