From 01b5c06c0ce8b49ece0aed50b21a9f75973717b7 Mon Sep 17 00:00:00 2001 From: Antek S <3324881+bluefish6@users.noreply.github.com> Date: Thu, 2 Jul 2020 16:46:37 +0200 Subject: [PATCH] Remove default python 3.3 travis spec To remove duplicate travis check via python 3.3 default (16.04) and leave only manually specified python3.3@14.04 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aabf07c..2a5b7be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - pypy