From 8e3e7a3573817140abfe77f22a05bcf016efd940 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jul 2019 12:13:55 +0300 Subject: [PATCH] .travis.yml: Only test Python 3.6 and 3.7 I'm using f-strings, which are only supported in Python 3.6+. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ed96f1..81ab3f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ dist: xenial language: python python: - - "3.5" - "3.6" - "3.7" install: