File: tox.ini

package info (click to toggle)
python-zipstream 1.1.4-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: python: 543; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[tox]
envlist = py26, py27, py32, py33, py34, py35, pypy

[testenv]
deps=nose
commands = nosetests {posargs}