From 42325d85e8783b458850bb4e0a7ee07cbcd1ff37 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 9 Apr 2017 23:20:49 -0700 Subject: [PATCH] update travis python versions --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e001881..3222263 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ language: python sudo: false cache: pip python: -- 3.2 -- 3.3 - 3.4 - 3.5 +- 3.6 install: - pip install -r requirements.txt script: nosetests