From 6c948a5943863a53235104c1c751ce3b3fa699d4 Mon Sep 17 00:00:00 2001 From: Vishnunarayan K I Date: Wed, 17 Jul 2019 20:17:52 +0530 Subject: [PATCH] chore: travis has no py3.7? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0cc886..137f3ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "3.6" - - "3.7" + - "3.7-dev" matrix: fast_finish: true before_install: