diff options
| author | Zearin <zearin@gonk.net> | 2011-10-05 17:05:31 -0400 |
|---|---|---|
| committer | Zearin <zearin@gonk.net> | 2011-10-05 17:05:31 -0400 |
| commit | aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab (patch) | |
| tree | 97d86fe3a03114be08aac12a7097aa80ac03bc2a /tox.ini | |
| download | cmd2-aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab.tar.gz | |
Initial import.
Copy of the Python module cmd2 by Catherine Devlin. Note that this is
NOT the official copy (it’s at
http://www.assembla.com/spaces/python-cmd2/wiki ). I’d rather just
work using git + GitHub instead of hg + Assembla. ☺
OTOH, I fully intend to submit changes back to the official repo on
Assembla—so don’t be shy, fork away. I’m happy for any help!
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
