diff tox.ini @ 406:cc5c68e15a83

merged
author Catherine Devlin <catherine.devlin@gmail.com>
date Sun, 07 Nov 2010 09:20:33 -0500
parents f7cb69b0da9e
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sun Nov 07 09:20:33 2010 -0500
@@ -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