Skip to content

Commit 9b4a55b

Browse files
committed
only run the test I'm interested in
1 parent 9ef2ef1 commit 9b4a55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
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)