File: tox.ini

package info (click to toggle)
virtualenv-clone 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: python: 544; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
[tox]
envlist = py27,py34,py35,py36,py37,py38,py39,py310

[testenv]
commands = py.test -v []
deps = pytest
       virtualenv