From 66c928572ae259598ad04d7aed8980ad73cc16ea Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Fri, 24 Feb 2017 21:50:54 +0100 Subject: [PATCH] Let travis run the test using Python3 --- .travis.yml | 4 +++- tox.ini | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7608ffb..77ffc925 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ sudo: false language: python python: - - "2.7" + - "3.5" + - "3.6" install: - pip install tox + - pip install tox-travis script: - tox after_success: diff --git a/tox.ini b/tox.ini index 34307b0f..3a872982 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34 +envlist = py35, py36 [testenv] deps=