Skip to content

Commit

Permalink
add coveralls repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed May 3, 2020
1 parent 492cb88 commit 0b22a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ environment:
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\windows_sdk.cmd"
PYPI_PASSWORD:
secure: ojP0ftEgmrZcijN49vQEPz39rkcPyOxtjwNp5hUYkdKxQq47DwkiaWOnVA11nog637VUmRnHb07uXwvrhK4bbg==
COVERALLS_REPO_TOKEN:
secure: b7s0QO7an/Ku5eLB/Hws4UaCYVFZ1RgeXKFvedSsifkV02vrKHDYH+Yedf2B0Jlk

matrix:

Expand Down Expand Up @@ -64,6 +66,8 @@ test_script:

after_test:
- ECHO "DONE!"
- ECHO "Reporting Coverage..."
- "%PYTHON%/Scripts/coveralls"
- ECHO "BUILDING WHEELS..."
- "%PYTHON%/python setup.py sdist bdist_wheel --plat-name=%PLAT_NAME% --python-tag=%PY_TAG%"
- ps: rm dist/*.egg
Expand Down

0 comments on commit 0b22a28

Please sign in to comment.