Use nose on appveyor

This commit is contained in:
Peter Melnichenko 2016-04-27 23:39:01 +03:00
parent b2b870c62e
commit c597a8d8aa

View File

@ -16,19 +16,12 @@ environment:
- Lua: luajit 2.0 - Lua: luajit 2.0
Python: 27 Python: 27
configuration:
- vs
- vs08_32
- mingw
build_script: build_script:
- PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH% - PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH%
- python --version - pip install pyflakes pep8 coverage coveralls nose
- python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache --patch
test_script: test_script:
- lua -v - pyflakes .
- luarocks --version - pep8 .
- luarocks install lua-term 0.3 - nosetests
- luarocks install busted - coveralls
- busted --version