summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-06-02 19:42:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-06-02 19:42:01 -0400
commit24d955aa4ec17bade93a67a6acc86c625093bd78 (patch)
tree6cf9f84370ab3f6e977aa598ca2e2bf57dab7144
parenta8fec73a087c55ed9e9106120cf7a2cf4b47b3ad (diff)
downloadpython-coveragepy-git-24d955aa4ec17bade93a67a6acc86c625093bd78.tar.gz
Get 3.5 tests running on Travis
-rw-r--r--.travis.yml9
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