From c344c2f334c19f284221e42f6e9366311d24c8f7 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 8 Oct 2015 15:56:40 +0200 Subject: [PATCH] Add Python 3.5 unit tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ce49502..08172e4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,py33,py34,pypy,flake8 +envlist=py26,py27,py33,py34,py35,pypy,flake8 [testenv] commands=py.test --cov rq {posargs}