File: tox.ini

package info (click to toggle)
python-ms-cv 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: python: 93; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download
1
2
3
4
5
6
[tox]
envlist = py27,py34,py35,py36,py37

[testenv]
commands = py.test ms_cv
deps = pytest