From 2a1a1f10b8e1abc35d58e683e42caff613468b5c Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 25 Feb 2017 07:27:06 +0100 Subject: [PATCH] [travis] Add Python 3.6 to tests see #42 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f2b9417..0c90609 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" install: - pip install psutil - pip install netifaces