summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:33:25 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:33:25 -0500
commit18c400d025755b357b3e7bffce807db981b2cb38 (patch)
treefed74f7deddb8bd3a18b1259a2fa7af26454a07c /tox.ini
parent8f331ccbffbfe1eedd69cfae0ee8c95eb2cc42ff (diff)
downloadcmd2-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.ini28
1 files changed, 28 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b3ecd19f..cefc7f7b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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