File: tox.ini

package info (click to toggle)
python-pyforge 1.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 576 kB
  • sloc: python: 3,729; makefile: 13; sh: 7
file content (10 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27,py33,py34,py35

[testenv]
deps=nose
commands=nosetests

[testenv:py26]
deps=unittest2
     nose