diff tox.ini @ 399:f7cb69b0da9e

change version number to 0.6.2
author catherine.devlin@gmail.com
date Sun, 19 Sep 2010 15:42:47 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sun Sep 19 15:42:47 2010 -0400
@@ -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