Skip to content

nvbn/tox-py-backwards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

tox plugin for py-backwards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published