summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-17 19:56:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-17 19:56:28 -0500
commit746dd7999f9db23276144ee2160920bd01ed860c (patch)
tree70ed87c051d3ee18f17e04f7ff69a222ce51691f
parent5853c7e7e738bc641f95835f239b04d8c7a853e3 (diff)
downloadpytest-runner-746dd7999f9db23276144ee2160920bd01ed860c.tar.gz
Use Python 3.6 by default
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 13ebb8a..91ba39a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
language: python
python:
- 2.7
-- 3.5
+- 3.6
install:
- pip install tox "setuptools>=28.2"
script:
@@ -16,7 +16,7 @@ deploy:
on:
tags: true
all_branches: true
- python: 3.5
+ python: 3.6
user: jaraco
# supply password with `travis encrypt --add deploy.password`
distributions: dists