Skip to content

Commit

Permalink
tighten build trigger for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Jan 25, 2018
1 parent edf064e commit 4484c16
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Don't trigger build if only the README has changed.
skip_commits:
files:
- *.md
- *.rst

environment:

matrix:
Expand Down Expand Up @@ -37,5 +43,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"
- "%PYTHON%\\python.exe -m pytest --cov autocrop -v --cov-report term-missin"

0 comments on commit 4484c16

Please sign in to comment.