diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2012-05-26 20:02:41 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2012-05-26 20:02:41 -0400 |
| commit | 720e40f652111da7e6ce1f84b75acb1fe268d2cb (patch) | |
| tree | 0a1fd3be30ad0120fd79626638854d57b7f9edde /tox.ini | |
| download | cmd2-git-720e40f652111da7e6ce1f84b75acb1fe268d2cb.tar.gz | |
Indicate change in repository host to bitbucket
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..ac068b90 --- /dev/null +++ b/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py25,py26,py27,py31,jython + +[testenv] +deps=pyparsing +commands= + python cmd2.py + python example/example.py --test example/exampleSession.txt
\ No newline at end of file |
