~configglue/configglue/trunk

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Ricardo Kirkner
  • Date: 2013-05-27 00:42:51 UTC
  • mto: This revision was merged to the branch mainline in revision 105.
  • Revision ID: ricardo.kirkner@canonical.com-20130527004251-ih6ipnoilo97dwf7
update setup.py and tox.ini for compatibility with 2.6, 2.7, 3.2 and 3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
 
envlist = py26,py27,docs
 
2
envlist = py26,py27,py32,py33,docs
3
3
 
4
4
[testenv]
5
5
deps =
6
6
    mock
 
7
    pyxdg
7
8
commands =
8
9
    python setup.py test
9
10
 
 
11
[testenv:py26]
 
12
deps =
 
13
    {[testenv]deps}
 
14
    configparser
 
15
 
 
16
[testenv:py27]
 
17
deps =
 
18
    {[testenv]deps}
 
19
    configparser
 
20
 
10
21
[testenv:docs]
11
22
changedir = doc
12
23
deps =