From 8836738b10a10f5e71c66ec4c5561a66258bae5c Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sat, 25 Feb 2017 13:25:21 -0800 Subject: [PATCH] Run Python 3 tests under coverage --- .bbtravis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bbtravis.yml b/.bbtravis.yml index ac588e1b9f5..9e2d166d6b2 100644 --- a/.bbtravis.yml +++ b/.bbtravis.yml @@ -76,7 +76,7 @@ matrix: # env: TWISTED=15.4.0 TESTS=trial_worker SQLALCHEMY=latest # python 3 tests - python: "3.5" - env: TWISTED=trunk SQLALCHEMY=latest TESTS=py3 + env: TWISTED=trunk SQLALCHEMY=latest TESTS=coverage - python: "3.5" env: TWISTED=trunk SQLALCHEMY=latest TESTS=flake8 @@ -147,10 +147,6 @@ script: condition: TESTS == "coverage" cmd: coverage run --rcfile=.coveragerc $(which trial) --reporter=text --rterrors buildbot.test buildbot_worker.test - - title: py3 tests - condition: TESTS == "py3" - cmd: python common/run_py3_working_tests.py - # Run additional tests in their separate job - title: pylint condition: TESTS == "lint"