Skip to content

Commit

Permalink
Enable parallel coverage on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Aug 4, 2017
1 parent 9a30de9 commit b347c73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -65,8 +65,8 @@ build: false
test_script:
- "%CMD_IN_ENV% python runtests.py || %CMD_IN_ENV% python runtests.py || %CMD_IN_ENV% python runtests.py"

init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
5 changes: 5 additions & 0 deletions circle.yml
Expand Up @@ -12,6 +12,7 @@ machine:
CONDA_DEPENDENCIES_FLAGS: "--quiet"
CONDA_DEPENDENCIES: "pytest pytest-cov"
PIP_DEPENDENCIES: "coveralls coloredlogs pytest-qt pytest-xvfb flaky"
COVERALLS_PARALLEL: true

dependencies:
pre:
Expand Down Expand Up @@ -39,6 +40,10 @@ dependencies:
background: true
- sleep 5

notify:
webhooks:
- url: https://coveralls.io/webhook?repo_token=botdGLk6Cu4ZwAYkl3WVyt3AdJwdfpRhO

test:
override:
# Style checks
Expand Down

0 comments on commit b347c73

Please sign in to comment.