Skip to content

Commit

Permalink
Run Python 3 tests under coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Feb 25, 2017
1 parent 8d44088 commit 8836738
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .bbtravis.yml
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8836738

Please sign in to comment.