From cc9dd8165230eee12bc86dac7e240b67bcad8757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Leblanc?= Date: Fri, 26 Jan 2018 06:38:48 -0500 Subject: [PATCH] fix typo in appveyor.yml --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ffb1305..cdc9f74 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,6 @@ install: - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - "%PYTHON%\\python.exe -m pip install -r requirements-test.txt" - "%PYTHON%\\python.exe -m flake8 . --count --show-source --max-complexity=8 --statistics" - - "%PYTHON%\\python.exe -m pip install pytest" - "%PYTHON%\\python.exe -m pip install ." build: false @@ -37,5 +36,5 @@ test_script: # the interpreter you're using - Appveyor does not do anything special # to put the Python version you want to use on PATH. # - "build.cmd %PYTHON%\\python.exe setup.py test" - - "%PYTHON%\\python.exe -m pytest --cov autocrop -v --cov-report term-missin" + - "%PYTHON%\\python.exe -m pytest --cov autocrop -v --cov-report term-missing"