File: tox.ini

package info (click to toggle)
python-requirements-detector 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: python: 601; makefile: 16; sh: 2
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
[tox]
envlist = py26,py27,py33,py34,py35

[testenv]
deps=nose
commands=nosetests -s