correct merge misstake in appveyor.yml

This commit is contained in:
Ronny Pfannschmidt 2016-02-05 01:18:11 +01:00
parent 7b2956e10b
commit 190a52badb
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ install:
build: false # Not a C# project, build stuff at the test step instead.
test_script:
- C:\Python35\python -m tox
linting,
- C:\Python35\python -m tox
# coveralls is not in tox's envlist, plus for PRs the secure variable
# is not defined so we have to check for it
- if defined COVERALLS_REPO_TOKEN C:\Python35\python -m tox -e coveralls