Compiles python code with py-backwards before running tests with tox.
pip install tox-py-backwardsAdd py_backwards = true to tox.ini in testenv section, like:
[tox]
envlist = py27,py33,py34,py35,py36
[testenv]
deps = pytest
commands = py.test
py_backwards = true