summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commit9ccf8847f2b6d6c3152c740b6b484a2cba233fcb (patch)
tree41424ef6c36f4e4e1b58966c13d73a81b5c3af74 /.travis.yml
parenta9f0450eb2e4412242107943badbe3222721a48d (diff)
downloadpython-coveragepy-9ccf8847f2b6d6c3152c740b6b484a2cba233fcb.tar.gz
Get 3.5 tests running on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f3c93a5..8a50fab 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