mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Update test stage for travis
This commit is contained in:
@@ -43,10 +43,11 @@ jobs:
|
||||
name: ${TRAVIS_TAG}
|
||||
|
||||
- stage: Test
|
||||
name: Execute auto tests
|
||||
name: Execute auto tests for drone modules
|
||||
language: python
|
||||
python: 2.7
|
||||
script:
|
||||
- pip install -r drone/requirements.txt
|
||||
- cd test
|
||||
- pytest
|
||||
|
||||
@@ -60,6 +61,6 @@ jobs:
|
||||
- PYTHONUNBUFFERED=1 python ./builder/assets/gen_changelog.py
|
||||
|
||||
stages:
|
||||
- Build
|
||||
- Test
|
||||
- Build
|
||||
- Annotate
|
||||
|
||||
@@ -4,7 +4,6 @@ import copy
|
||||
import math
|
||||
import time
|
||||
import numpy
|
||||
import rospy
|
||||
import logging
|
||||
import threading
|
||||
|
||||
|
||||
Reference in New Issue
Block a user