Skip to content

Commit

Permalink
Disable coverage in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed May 9, 2019
1 parent 977c84f commit 47cae25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
@@ -1,7 +1,7 @@
# AppVeyor CI settings (Windows Machine CI Tests)

environment:
WIN_SEP: '\'
WIN_COV: ''
matrix:
- PROFILE: py37-conventions
PYTHON_VERSION: 3.7"
Expand Down Expand Up @@ -31,6 +31,3 @@ build: off

test_script:
- "tox.exe"

after_test:
- coveralls
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -9,11 +9,11 @@ envlist =
coverage-report

[testenv]
path_sep = {env:WIN_SEP:/}
coverage_run = {env:WIN_COV:coverage run}
commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test alltests
coverage run {envdir}{[testenv]path_sep}bin{[testenv]path_sep}alltests {posargs:-vc}
{[testenv]coverage_run} {envdir}/bin/alltests {posargs:-vc}
skip_install = true
deps =
-cconstraints.txt
Expand Down

0 comments on commit 47cae25

Please sign in to comment.