From fcb73fc36145d130c804cc992c96ebbc36868136 Mon Sep 17 00:00:00 2001 From: Scott Longley Date: Wed, 17 Feb 2021 20:50:01 -0500 Subject: [PATCH] travis probably doesn't need to test pre 3.3 either --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e49fbf9c6..d8eba4299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: python python: +<<<<<<< HEAD - 3.2 +======= + - 2.7 +>>>>>>> travis probably doesn't need to test pre 3.3 either - 3.3 - 3.4 - 3.5