Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 412 Bytes

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