Skip to content

Commit

Permalink
Fiiix
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 21, 2019
1 parent e748f76 commit 7e4da34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -3,6 +3,7 @@ build: off
environment:
global:
TWINE_USERNAME: ionel
COVERALLS_EXTRAS: ''
COVERALLS_REPO_TOKEN: 6picUzuGNWKI5w3rsEyZGNvyMZ47Cz9hZ
matrix:
- TOXENV: check
Expand Down
1 change: 1 addition & 0 deletions ci/templates/.appveyor.yml
Expand Up @@ -3,6 +3,7 @@ build: off
environment:
global:
TWINE_USERNAME: ionel
COVERALLS_EXTRAS: ''
COVERALLS_REPO_TOKEN: 6picUzuGNWKI5w3rsEyZGNvyMZ47Cz9hZ
matrix:
- TOXENV: check
Expand Down
3 changes: 1 addition & 2 deletions ci/templates/tox.ini
Expand Up @@ -87,7 +87,7 @@ deps =
coveralls
skip_install = true
commands =
coveralls --merge=extension-coveralls.json []
coveralls {env:COVERALLS_EXTRAS:--merge=extension-coveralls.json} []

[testenv:extension-coveralls]
deps =
Expand All @@ -101,7 +101,6 @@ deps =
codecov
skip_install = true
commands =
coverage xml --ignore-errors
codecov []

[testenv:report]
Expand Down

0 comments on commit 7e4da34

Please sign in to comment.