File: tox.ini

package info (click to toggle)
python-whoosh 2.7.4%2Bgit6-g9134ad92-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,804 kB
  • sloc: python: 38,552; makefile: 118
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
[tox]
envlist = py27, py33, py34

[testenv]
deps =
	pytest
	pytest-pep8
commands = py.test -s {posargs} tests