From c44b529c1f666d876760a8df3ca6675d8f185985 Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 10 Dec 2016 19:55:40 +0100 Subject: [PATCH] [CI] Add more Python versions to Travis Now that the tests run through with Python2.7, extend the list of Python versions to be supported. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3cdc51e..5ed60ad 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