From 2f048c5992b715dc116ca77a4d1b25d7be9ce502 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Tue, 28 Nov 2017 01:57:05 +0100 Subject: [PATCH] Drop Python 3.3, since py.test doesn't support it anymore. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 773c3872e..82d4e9dad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6"