File: tox.ini

package info (click to toggle)
python-ruffus 2.8.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,468 kB
  • sloc: python: 17,613; makefile: 213; sh: 18
file content (7 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
[tox]
envlist = py26,py27,py33,py34,py35,py36,py37
[testenv]
deps=ez_setup
    argparse
changedir=ruffus/test
commands=/bin/bash run_all_unit_tests.cmd