diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 08:33:25 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 08:33:25 -0500 |
| commit | 18c400d025755b357b3e7bffce807db981b2cb38 (patch) | |
| tree | fed74f7deddb8bd3a18b1259a2fa7af26454a07c /tox.ini | |
| parent | 8f331ccbffbfe1eedd69cfae0ee8c95eb2cc42ff (diff) | |
| download | cmd2-git-18c400d025755b357b3e7bffce807db981b2cb38.tar.gz | |
Trying to fix tox.ini and appveyor.yml to get automated Windows tests to work again
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -24,6 +24,22 @@ commands = py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing codecov +[testenv:py27-win] +deps = + codecov + mock + pyparsing + pyperclip + pyreadline + pytest + pytest-cov + pytest-xdist + six + subprocess32 +commands = + py.test {posargs: -n 2} --cov=cmd2 --cov-report=term-missing + codecov + [testenv:py33] deps = mock @@ -54,6 +70,17 @@ deps = six commands = py.test -v -n2 +[testenv:py35-win] +deps = + mock + pyparsing + pyperclip + pyreadline + pytest + pytest-xdist + six +commands = py.test -v -n2 + [testenv:py36] deps = codecov @@ -73,6 +100,7 @@ deps = mock pyparsing pyperclip + pyreadline pytest pytest-xdist six |
