Skip to content

Commit 207e123

Browse files
committed
Try more verbose output
1 parent 41940b4 commit 207e123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ cache:
3939
init:
4040
- ps: $Env:path = $Env:PYTHON + ";" + $Env:PYTHON + "/Scripts;" + $Env:path
4141
install:
42-
- cmd: c:\python26-x64\python.exe -V
4342
- cmd: python -m pip install -rtox-requirements.txt
4443
test_script:
45-
- python -m tox -v
44+
- python -m tox -vvv
4645
on_success:
4746
- python -m pip install codecov
4847
- python -m codecov

0 commit comments

Comments
 (0)