File: tox.ini

package info (click to toggle)
path.py 10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 329
  • sloc: python: 1,715; makefile: 148
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
[testenv]
deps =
	-rtests/requirements.txt

commands = py.test {posargs}
usedevelop = True