diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -13,104 +13,104 @@ setenv = deps = codecov mock - pexpect pyparsing pyperclip pytest pytest-cov + pytest-forked pytest-xdist six subprocess32 commands = - py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing + py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing --forked codecov [testenv:py27-win] deps = codecov mock - pexpect pyparsing pyperclip pyreadline pytest pytest-cov + pytest-forked pytest-xdist six subprocess32 commands = - py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing + py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing --forked codecov [testenv:py34] deps = mock - pexpect pyparsing pyperclip pytest + pytest-forked pytest-xdist six -commands = py.test -v -n2 +commands = py.test -v -n2 --forked [testenv:py35] deps = mock - pexpect pyparsing pyperclip pytest + pytest-forked pytest-xdist six -commands = py.test -v -n2 +commands = py.test -v -n2 --forked [testenv:py35-win] deps = mock - pexpect pyparsing pyperclip pyreadline pytest + pytest-forked pytest-xdist six -commands = py.test -v -n2 +commands = py.test -v -n2 --forked [testenv:py36] deps = codecov mock - pexpect pyparsing pyperclip pytest pytest-cov + pytest-forked pytest-xdist six commands = - py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing + py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing --forked codecov [testenv:py36-win] deps = mock - pexpect pyparsing pyperclip pyreadline pytest + pytest-forked pytest-xdist six -commands = py.test -v -n2 +commands = py.test -v -n2 --forked [testenv:py37] deps = mock - pexpect pyparsing pyperclip pytest + pytest-forked pytest-xdist six -commands = py.test -v -n2 +commands = py.test -v -n2 --forked |