summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 19:40:13 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 19:40:13 -0500
commitbca845494dcc91cab87c2d7af4b5513a4893715b (patch)
tree5672d2c25ee1fadaee332ee208e3f0770caebcb0 /tox.ini
parent8eebaae9328aa89d3c86a382dcd9aafea7eb3728 (diff)
downloadcmd2-git-bca845494dcc91cab87c2d7af4b5513a4893715b.tar.gz
Fixed unit test bug on Windows
- The python-forked module doesn't work on Windows
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 3 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 80763667..77a4ad69 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,12 +34,11 @@ deps =
pyreadline
pytest
pytest-cov
- pytest-forked
pytest-xdist
six
subprocess32
commands =
- py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing --forked
+ py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing
codecov
[testenv:py34]
@@ -71,10 +70,9 @@ deps =
pyperclip
pyreadline
pytest
- pytest-forked
pytest-xdist
six
-commands = py.test -v -n2 --forked
+commands = py.test -v -n2
[testenv:py36]
deps =
@@ -98,10 +96,9 @@ deps =
pyperclip
pyreadline
pytest
- pytest-forked
pytest-xdist
six
-commands = py.test -v -n2 --forked
+commands = py.test -v -n2
[testenv:py37]
deps =