blob: 2200f56ac826dfe43359dddcae3a4aefa7eeb8aa (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[tox]
envlist = py26,py27,pypy
[testenv]
commands=
python -W default setup.py test
[testenv:py26]
deps=
mock
unittest2
[textenv:py27]
deps=
mock
|