tox-py-backwards

tox plugin for py-backwards


Keywords
tox
License
MIT
Install
pip install tox-py-backwards==0.1

Documentation

Tox plugin for py-backwards

Compiles python code with py-backwards before running tests with tox.

Installation

pip install tox-py-backwards

Usage

Add 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

License MIT