From 948fb13bd751097c9dccec4ba97d175789888006 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 3 Nov 2015 21:42:06 +0200 Subject: [PATCH] upgrade from py3.4 to py3.5 for travis builds --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 410af42..3cffc0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,14 @@ language: python python: - 2.7 - - 3.4 + - 3.5 before_install: - sudo apt-get update - sudo apt-get install python-pip openjdk-7-jdk install: - - pip install --upgrade cython - - pip install --upgrade future + - pip install --upgrade cython future script: - make