Skip to content

Commit

Permalink
Merge pull request #3349 from rodrigc/py34
Browse files Browse the repository at this point in the history
Add a Python 3.4 builder
  • Loading branch information
tardyp committed Jun 24, 2017
2 parents 9f6b5a0 + e845924 commit 8a73fd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bbtravis.yml
Expand Up @@ -70,6 +70,9 @@ matrix:
env: TWISTED=15.4.0 TESTS=trial_worker SQLALCHEMY=latest

# python 3 tests
- python: "3.4"
env: TWISTED=latest SQLALCHEMY=latest TESTS=trial

- python: "3.5"
env: TWISTED=latest SQLALCHEMY=latest TESTS=coverage
- python: "3.5"
Expand Down

0 comments on commit 8a73fd1

Please sign in to comment.