Skip to content

Commit

Permalink
only run the test I'm interested in
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Apr 21, 2017
1 parent 9ef2ef1 commit 9b4a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: off

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

after_test:
- "%PYTHON%\\python.exe -m pip install wheel"
Expand Down

0 comments on commit 9b4a55b

Please sign in to comment.