From 7e107eb8f0c09f3b571976ecff6d279276873893 Mon Sep 17 00:00:00 2001 From: Joachim Gleissner Date: Mon, 1 Jul 2019 14:27:00 +0100 Subject: [PATCH] Make tox env work with python3.7 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3940cf30..a0bcb50b 100644 --- a/tox.ini +++ b/tox.ini @@ -3,11 +3,12 @@ envlist = py34 py35 py36 + py37 [testenv] passenv = HOME commands = pip install -e .[dev] - pytest --cov=img-proof + pytest --cov=img_proof flake8 img-proof flake8 tests --exclude=data