diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 19:42:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 19:42:01 -0400 |
commit | 24d955aa4ec17bade93a67a6acc86c625093bd78 (patch) | |
tree | 6cf9f84370ab3f6e977aa598ca2e2bf57dab7144 | |
parent | a8fec73a087c55ed9e9106120cf7a2cf4b47b3ad (diff) | |
download | python-coveragepy-git-24d955aa4ec17bade93a67a6acc86c625093bd78.tar.gz |
Get 3.5 tests running on Travis
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f3c93a55..8a50fab1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,15 @@ sudo: false python: - 2.7 +# Add 3.5 so we can run on it. +# https://github.com/travis-ci/travis-ci/issues/4794#issuecomment-143568134 +addons: + apt: + sources: + - deadsnakes + packages: + - python3.5 + env: - TOXENV=py26 - TOXENV=py27 |