From 5917c9b3cf46b93b178fe7e4f1e1357e1254fa39 Mon Sep 17 00:00:00 2001 From: Simeon Visser Date: Sun, 26 Apr 2015 05:25:19 +0100 Subject: [PATCH] Include Python 2.6 in tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a2a37cf..243f57a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py32, py33, py34 +envlist = py26, py27, py32, py33, py34 [testenv] commands = coverage run -m unittest tests.admin_client_tests tests.client_tests tests.protocol_tests tests.worker_tests