diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-23 10:17:44 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-23 10:17:44 -0500 |
commit | d24281ebe48ee9f2631645209e55bcb1e7f0b0ba (patch) | |
tree | 30b863c991d635240617025ccc5ccdce5ca8f176 /tox.ini | |
parent | 59a6a7923330fffd957303706655d36bb79b9b94 (diff) | |
download | cmd2-git-d24281ebe48ee9f2631645209e55bcb1e7f0b0ba.tar.gz |
Updated tox.ini to no longer try to run cmd2.py directly as part of the tests.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,6 +9,5 @@ deps = six commands= py.test -v --basetemp={envtmpdir} {posargs} - {envpython} cmd2.py {envpython} example/example.py --test example/exampleSession.txt |