Skip to content

Commit

Permalink
Try with another token, remove broken env setting command
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Dec 21, 2016
1 parent 94f0c39 commit 1d5b023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
@@ -1,8 +1,8 @@
build: false

environment:
REPO_TOKEN:
secure: lsq0qvFT8P+ZZkxWZGgxcQ+CNQb6b4MX4G15pl/pHgdun/HuBZP+vJID+062ZJy0
COVERALLS_REPO_TOKEN:
secure: zyjU+V1Ker2i3WYgdMChLSsYNDeS9BILqE0yCMSQFX0EP3vcbLYQm1vlQTIdUUuZ
# Encrypted token for coveralls
matrix:
- PYTHON: "C:\\Python35"
Expand Down Expand Up @@ -35,4 +35,4 @@ test_script:
- "coverage run unittests/test_all.py"
- cmd: echo "-------------"
- cmd: coverage combine
- cmd: COVERALLS_REPO_TOKEN=%REPO_TOKEN% coveralls -v
- cmd: coveralls -v

0 comments on commit 1d5b023

Please sign in to comment.