From c5ab8930b9150c11ccce73e87a801b7dc072cc5e Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Sat, 9 Sep 2017 23:53:49 +0200 Subject: [PATCH] Update appveyor.yml small update --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c9182034b..dfe650c78 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,4 +24,4 @@ build: off cache: C:\Users\appveyor\pip\wheels test_script: - - "%python%\\Scripts\\pytest -v --cov=telegram" + - "%python%\\Scripts\\pytest -v --cov"