File: tox.ini

package info (click to toggle)
straight.plugin 1.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 414; makefile: 132; sh: 8
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27,py33,py34,py35

[default]
deps =

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