File: tox.ini

package info (click to toggle)
python-unicodecsv 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: python: 849; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist    = py25, py26, py27

[testenv]
commands   = python setup.py test

[testenv:py25]
basepython = python2.5

[testenv:py26]
basepython = python2.6

[testenv:py27]
basepython = python2.7