From 4ccb489036d5c218299f3d173629108f20d02bd1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:08:14 +0800 Subject: [PATCH] travis: python 3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39965573..2ed1f661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.4" + - "3.5" env: global: -- 2.30.2