File: tox.ini

package info (click to toggle)
python-nose-exclude 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: python: 331; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py25, py26, py27, py33

[testenv]
deps = nose
commands = python setup.py test

[testenv:py25]
setenv = PIP_INSECURE=1