From 2720897171afb1b7a348b92c71884c83b0f57bdd Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 16 May 2019 16:37:09 +0200 Subject: [PATCH] fix tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d4efa5f..884de05 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3 +envlist = py3, nightly [testenv] commands = pytest