From 5b184fbd0cd62d0bf008ba366e233e2af487f040 Mon Sep 17 00:00:00 2001 From: Robin Roth Date: Wed, 1 Nov 2017 14:18:29 +0100 Subject: [PATCH] Use python3.6 for tox/sith --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bd67fff..a967557f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ matrix: - env: TOXENV=cov - env: TOXENV=sith include: - - python: 3.5 + - python: 3.6 env: TOXENV=cov - - python: 3.5 + - python: 3.6 env: TOXENV=sith install: - pip install --quiet tox-travis