File: tox.ini

package info (click to toggle)
python-prettylog 0.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 230; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py3{4,5,6}

[testenv]
extras =
  	develop
install_command = python -m pip install {opts} --no-deps {packages}
passenv = PYTHONPATH

commands =
	{envpython} -m pytest tests