Use nose on appveyor
This commit is contained in:
parent
b2b870c62e
commit
c597a8d8aa
17
appveyor.yml
17
appveyor.yml
@ -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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user