We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41940b4 commit 207e123Copy full SHA for 207e123
appveyor.yml
@@ -39,10 +39,9 @@ cache:
39
init:
40
- ps: $Env:path = $Env:PYTHON + ";" + $Env:PYTHON + "/Scripts;" + $Env:path
41
install:
42
- - cmd: c:\python26-x64\python.exe -V
43
- cmd: python -m pip install -rtox-requirements.txt
44
test_script:
45
- - python -m tox -v
+ - python -m tox -vvv
46
on_success:
47
- python -m pip install codecov
48
- python -m codecov
0 commit comments