Add Python 3.5 unit tests

main
Vincent Driessen 9 years ago
parent c2f452c47a
commit c344c2f334

@ -1,5 +1,5 @@
[tox] [tox]
envlist=py26,py27,py33,py34,pypy,flake8 envlist=py26,py27,py33,py34,py35,pypy,flake8
[testenv] [testenv]
commands=py.test --cov rq {posargs} commands=py.test --cov rq {posargs}

Loading…
Cancel
Save