From 58b4506e97fe937f51bd239d16d1ca9d7d36d562 Mon Sep 17 00:00:00 2001 From: Lucy Wang Date: Thu, 2 Jan 2020 13:19:06 +0800 Subject: [PATCH] remove py2 and add py37 py38 in travis --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15485742..92f0dd83 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36 +envlist = py36,py37,py38 [testenv] deps = pytest