From 22e052c5490b57055294d5581347999218f13ede Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Wed, 5 Feb 2020 20:40:28 +0100 Subject: [PATCH 1/2] Add python 3.7 to tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da48eb1..9ea13ee 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33 +envlist = py26, py27, py33, py37 downloadcache = {toxworkdir}/_download/ [testenv] From ae2dbcf5b23a158648da62ef92bc93c4a2ed85b0 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Wed, 5 Feb 2020 20:44:36 +0100 Subject: [PATCH 2/2] Also in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9ad466..ffa1bab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - 2.7 - - 3.5 + - 3.7 before_install: - pip install -r requirements.txt - pip install pytest mock unittest2six