File: tox.ini

package info (click to toggle)
pyuca 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 177,356 kB
  • sloc: python: 516; makefile: 9; sh: 2
file content (9 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
[tox]
distribute = False
envlist =
    py27, py33

[testenv]
commands =
	python -m unittest discover []
	python full_test.py