From e8109bda539f568da7dbffea5cdeec275fdd83bd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 4 Aug 2016 23:58:35 -0700 Subject: [PATCH] use python3.5 --- .travis.yml | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ec41b3..098ac0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false language: python -python: 3.4 +python: 3.5 env: - - TOXENV=py34 + - TOXENV=py35 - TOXENV=pep8 install: diff --git a/tox.ini b/tox.ini index fccdf91..f8aed69 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,pep8 +envlist = py35,pep8 [testenv] deps = @@ -7,7 +7,7 @@ deps = commands = python check_https.py [testenv:pep8] -basepython = python3.4 +basepython = python3.5 deps = flake8 commands = flake8 check_https.py