Update test stage for travis

This commit is contained in:
Arthur Golubtsov
2020-06-06 09:40:21 +03:00
parent 22f33bed35
commit c4247169a2
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -4,7 +4,6 @@ import copy
import math
import time
import numpy
import rospy
import logging
import threading