correct merge misstake in appveyor.yml
This commit is contained in:
parent
7b2956e10b
commit
190a52badb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue