From 921afe475f7f9211af893f615bac2e477c2ab395 Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 10 Dec 2016 19:37:03 +0100 Subject: [PATCH] [CI] Restrict Travis to Python2.7 only until build works --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca7ec2a..8d2114d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python python: - "2.7" - - "3.2" - - "3.3" - - "3.4" - - "3.5" + # - "3.2" + # - "3.3" + # - "3.4" + # - "3.5" install: - pip install psutil - pip install netifaces