summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini32
1 files changed, 16 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index 2f5002ce..80763667 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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