From f46e5c9345b2c75b1ece956c0311e5c3f8e85b5e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 3 Jun 2019 21:59:36 +0300 Subject: [PATCH] python 3.7 (travis) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b5309f..08379dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: python python: - "2.7" - - "3.5" - "3.6" + - "3.7" script: - pytest -v