diff --git a/appveyor.yml b/appveyor.yml index 0b9280c86..4b73645f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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