From c597a8d8aa1d5f6a3dda7044a04a9931c1b29936 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 27 Apr 2016 23:39:01 +0300 Subject: [PATCH] Use nose on appveyor --- appveyor.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e6037c7..5b6f45a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,19 +16,12 @@ environment: - Lua: luajit 2.0 Python: 27 -configuration: - - vs - - vs08_32 - - mingw - build_script: - PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH% - - python --version - - python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache --patch + - pip install pyflakes pep8 coverage coveralls nose test_script: - - lua -v - - luarocks --version - - luarocks install lua-term 0.3 - - luarocks install busted - - busted --version + - pyflakes . + - pep8 . + - nosetests + - coveralls