Codebase list straight.plugin / cbf735e0-dd40-4f54-997d-a63b73ea3063/main tox.ini
cbf735e0-dd40-4f54-997d-a63b73ea3063/main

Tree @cbf735e0-dd40-4f54-997d-a63b73ea3063/main (Download .tar.gz)

tox.ini @cbf735e0-dd40-4f54-997d-a63b73ea3063/mainraw · history · blame

[tox]
envlist = py27,py33,py34,py35

[default]
deps =

[testenv]
setenv =
    PYTHON_PATH = {toxinidir}
commands = {envpython} tests.py {posargs}