Skip to content

Commit

Permalink
Increase verbosity of py.test in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Aug 20, 2014
1 parent 463c05b commit d915c6f
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 @@ -38,5 +38,5 @@ install:
- C:\Miniconda\Scripts\conda list

test_script:
- C:\Miniconda\Scripts\py.test
- C:\Miniconda\Scripts\py.test -vvv
- IF %PYTHON%==2.7 IF DEFINED PYCOSAT C:\Miniconda\Scripts\conda install -f --force-pscheck menuinst ipython-notebook & echo "Finished menuinst test"

0 comments on commit d915c6f

Please sign in to comment.