Add Python 3.5 unit tests

main
Vincent Driessen 9 years ago
parent c2f452c47a
commit c344c2f334

@ -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}

Loading…
Cancel
Save