diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-02 19:40:13 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-02 19:40:13 -0500 |
| commit | bca845494dcc91cab87c2d7af4b5513a4893715b (patch) | |
| tree | 5672d2c25ee1fadaee332ee208e3f0770caebcb0 /tox.ini | |
| parent | 8eebaae9328aa89d3c86a382dcd9aafea7eb3728 (diff) | |
| download | cmd2-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.ini | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 = |
