Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Dec 13, 2018
1 parent 2616a9d commit 8bde147
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ test_script:
on_success:
- coveralls
- ps: |
.\venv\Scripts\activate.ps1
python -m coveralls
cache:
- venv -> ci\ci_requirements.txt
- deploy_venv

deploy_script:
- ps: |
if ($env:APPVEYOR_REPO_TAG) {
if ($env:APPVEYOR_REPO_TAG -eq "true") {
py -3.7 -m venv deploy_venv
.\deploy_venv\Scripts\activate.ps1
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8bde147

Please sign in to comment.