File: tox.ini

package info (click to toggle)
mando 0.6.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: python: 1,660; makefile: 185; sh: 7
file content (14 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py26,py27,py32,py33,py34,py35,py36,pypy

[testenv]
deps = pytest
commands = python mando/tests/run.py
downloadcache = build

[testenv:py26]
deps =
    argparse
    pytest
commands = python mando/tests/run.py
downloadcache = build