From 8dac6dd472e37a9b58d92e7a3871e56408045293 Mon Sep 17 00:00:00 2001 From: fedotovaleksandr Date: Mon, 4 Feb 2019 17:03:33 +0700 Subject: [PATCH] remove 3.7 from travis - it does not support --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebcb154..0e97c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,5 @@ language: python python: - "2.7" - "3.6" - - "3.7" # command to run tests script: python test.py