From 7cb88698f95d2fd4efe8e62ae37f96cd907f7cb4 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 27 Jun 2017 02:55:37 -0700 Subject: [PATCH] Remove Python 3.2 from .travis.yml Our `setup.py` file explicitly throws an error when users try and install typing for Python 3.0 through 3.2. In that case, it doesn't seem like testing typing against Python 3.2 is worth it. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e3cf7fc..0dfe9f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - "3.5" - "3.4" - "3.3" - - "3.2" - "2.7" install: