From f6e2f2f60c2ddeed77616f683e39e11d510422d8 Mon Sep 17 00:00:00 2001 From: GIC-de Date: Wed, 21 Sep 2016 21:15:49 +0200 Subject: [PATCH] update travis to 3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c335e68..23d81c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.4" + - "3.5" # command to install dependencies install: "pip install six nose coverage netaddr" # command to run tests