From 7b1378f373d3332548052a4f1ce194675490a7d3 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 5 Aug 2017 01:44:11 +0200 Subject: use py36 where possible --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 51c16aa5..63202320 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ git: matrix: fast_finish: true include: - - python: 3.5 + - python: 3.6 env: TOXENV=lint - os: osx osx_image: xcode7.3 @@ -28,7 +28,7 @@ matrix: env: TOXENV=py36 - python: 3.6 env: TOXENV=individual_coverage - - python: 3.5 + - python: 3.6 env: TOXENV=docs - language: node_js node_js: "node" -- cgit v1.2.3