diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 23 |
1 files changed, 10 insertions, 13 deletions
@@ -13,23 +13,22 @@ 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 @@ -45,29 +44,28 @@ commands = [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 @@ -80,21 +78,20 @@ commands = py.test -v -n2 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 @@ -106,11 +103,11 @@ commands = py.test -v -n2 [testenv:py37] deps = mock - pexpect pyparsing pyperclip pytest + pytest-forked pytest-xdist six -commands = py.test -v -n2 +commands = py.test -v -n2 --forked |