summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 34ec348c5d3c53b09227e8d941c2f36a24fba83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27,py34,py35,py36,jython,pypy

[testenv]
deps =
  mock
  pyparsing
  pytest
  six
commands=
  py.test -v --basetemp={envtmpdir} {posargs}
  {envpython} cmd2.py
  {envpython} example/example.py --test example/exampleSession.txt