From d931428f0ad6b316e4e1978f18b080f0a0c340c0 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Wed, 10 Oct 2018 23:41:53 -0700 Subject: [PATCH] readd 2.6 to the tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 850ad87..a70437d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py37,pypy +envlist = py26,py27,py34,py37,pypy [testenv] changedir = .tox deps = -rrequirements-test.txt