~raj-abhilash1/mailman/py3

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Abhilash Raj
  • Date: 2014-11-26 12:21:48 UTC
  • mfrom: (7260.1.4 3.0)
  • Revision ID: raj.abhilash1@gmail.com-20141126122148-3dr8vp22vq830i93
rebaseĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
recreate = True
4
4
 
5
5
[testenv]
6
 
commands = python -m nose2 -v
 
6
commands = python -3 -m nose2 -v
7
7
#sitepackages = True
8
8
usedevelop = True
9
9
 
29
29
usedevelop = True
30
30
whitelist_externals = python-coverage
31
31
deps = coverage
32
 
# Don't use --pre version packages.
33
 
install_command = pip install {opts} {packages}
34
32
setenv =
35
33
    COVERAGE_PROCESS_START={[coverage]rcfile}
36
34
    COVERAGE_OPTIONS="-p"