Skip to content

Commit

Permalink
Do not run coverage on Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 27, 2015
1 parent cc34758 commit 8624d7e
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions tox-win.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ deps =
tornado
cryptography: cryptography>=0.8.2
pycrypto: pycrypto>=2.6.1
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:py26-cryptography]
deps =
Expand All @@ -42,9 +40,7 @@ deps =
tornado
ordereddict
cryptography: cryptography>=0.8.2
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:py26-pycrypto]
deps =
Expand All @@ -60,9 +56,7 @@ deps =
tornado
ordereddict
pycrypto: pycrypto>=2.6.1
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:pypy-cryptography]
deps =
Expand All @@ -77,9 +71,7 @@ deps =
shove
tornado
cryptography: cryptography>=0.8.2,<1.0.0
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:py34-cryptography]
deps =
Expand All @@ -95,9 +87,7 @@ deps =
tornado
aiohttp
cryptography: cryptography>=0.8.2
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:py34-pycrypto]
deps =
Expand All @@ -113,9 +103,7 @@ deps =
tornado
aiohttp
pycrypto: pycrypto>=2.6.1
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:py35-cryptography]
deps =
Expand All @@ -131,9 +119,7 @@ deps =
tornado
aiohttp
cryptography: cryptography>=0.8.2
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

[testenv:py35-pycrypto]
deps =
Expand All @@ -149,6 +135,4 @@ deps =
tornado
aiohttp
pycrypto: pycrypto>=2.6.1
commands =
coverage run --source=wechatpy {envbindir}/py.test.EXE
coverage report -m
commands = py.test

0 comments on commit 8624d7e

Please sign in to comment.