blob: 14b0b062740794d578a13ff06b74e1b7ad3fb7f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[tox]
envlist = py27,py34,py35,py36,jython,pypy
[testenv]
deps =
mock
pyparsing
pytest
six
commands=
py.test -v --basetemp={envtmpdir} {posargs}
{envpython} example/example.py --test example/exampleSession.txt
|