Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e2019c

Browse files
committed
only run the test I'm interested in
1 parent 4071d78 commit 1e2019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: off
3030

3131
test_script:
3232
# Ignore lint (it's run in Travis)
33-
- "%PYTHON%\\python.exe runtests.py -x lint"
33+
- "%PYTHON%\\python.exe runtests.py 'check stubs'"
3434

3535
after_test:
3636
- "%PYTHON%\\python.exe -m pip install wheel"

0 commit comments

Comments
 (0)