From d135e1992f6a9cc5f693b183d4a4647fd07e2731 Mon Sep 17 00:00:00 2001 From: Anton Kudinov Date: Mon, 27 Nov 2017 19:33:44 +0200 Subject: [PATCH] Dont test against python 3.2 so far --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 538f20a..3e64903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" -# command to install dependencies install: - python setup.py install -# command to run tests script: - python setup.py test