[TIP] tox test passed, but return -1

anatoly techtonik techtonik at gmail.com
Sun Aug 14 04:51:42 PDT 2016


Yea, thank. Figured this out already.  This one worked successfully.

https://ci.appveyor.com/project/techtonik/tox/build/19.%7Btimestamp%7D

In case you will need to run tox tests automatically on AppVeyor, here is
appveyor.yml with pypy installation instructions.

version: '{build}'
init:
- cmd: python -m pip install tox wget
environment:
  PYPY: pypy2-v5.3.1-win32.zip
install:
- cmd: >-
    python -m wget
https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.3.1-win32.zip
    python -m zipfile -e pypy2-v5.3.1-win32.zip .
    dir /OG /N
    dir /OG /N pypy2-v5.3.1-win32
    set PATH=%APPVEYOR_BUILD_FOLDER%\pypy2-v5.3.1-win32;%PATH%
    echo %PATH%
build_script:
- cmd: python -m tox


On Sun, Aug 14, 2016 at 2:27 PM, Ronny Pfannschmidt
<opensource at ronnypfannschmidt.de> wrote:
> See the last few lines, it didn't find pypy
> -- Ronny
>
> Am 14. August 2016 12:42:39 MESZ, schrieb anatoly techtonik <techtonik at gmail.com>:
>>Hi,
>>
>>Can anybody explain why there is -1 return code in this run?
>>
>>https://ci.appveyor.com/project/techtonik/tox/build/1.0.6
>>
>>_______________________________________________
>>testing-in-python mailing list
>>testing-in-python at lists.idyll.org
>>http://lists.idyll.org/listinfo/testing-in-python
>



-- 
anatoly t.



More information about the testing-in-python mailing list