Peter Melnichenko
68d9caef5a
Use pycodestyle instead of pep8, fix its warnings and config
2018-07-10 20:07:27 +03:00
Peter Melnichenko
f3d5c10a93
Fix coverage upload on Appveyor
...
Don't use 'shallow_clone' in appveyor.yml, it causes
.git/ missing. Also remove an old caching option.
2016-04-30 16:49:29 +03:00
Peter Melnichenko
27649a3dc8
Appveyor: test a git command
2016-04-30 16:41:54 +03:00
Peter Melnichenko
9b095a46d5
Don't report coverage to coveralls.io on Appveyor for PRs
...
For coverage reporting on Appveyor it's necessary to set
COVERALLS_REPO_TOKEN env variable. For security reasons it's
not available when building pull requests, so don't call 'coveralls'
in that case. To compensate, always run 'coverage report'.
2016-04-30 16:15:55 +03:00
Peter Melnichenko
062fa53184
Fix pip path for appveyor
2016-04-27 23:54:25 +03:00
Peter Melnichenko
6e37b10026
Fix appveyor matrix
2016-04-27 23:47:48 +03:00
Peter Melnichenko
c597a8d8aa
Use nose on appveyor
2016-04-27 23:39:01 +03:00
mpeterv
44002eeb14
Test --patch
2016-04-12 17:18:17 +03:00
mpeterv
30866d911e
Show python version in Appveyor
2016-04-06 19:52:30 +03:00
mpeterv
e6d7f168bd
Test with Python 3.5 on Windows
2016-04-06 19:44:41 +03:00
mpeterv
c561c0bac3
Cache downloads on appveyor
2016-04-03 22:20:13 +03:00
mpeterv
a1f4f47f2f
Add 'latest' as an alias for '^'
2016-04-03 21:09:30 +03:00
mpeterv
82097c458c
Add vs target
2016-04-03 15:38:57 +03:00
mpeterv
eb7f0d55fc
Windows: replace cl target with vsXX_YY targets
...
When using vsXX_YY target, set up paths for Visual Studio 20XX
(YY bits) by writing a temporary batch file that calls appropriate
vcvarsall.bat and calls hererocks again, passing arguments through
another temporary file because escaping special batch characters
is difficult.
Related changes:
* Default target on Windows is now vs15_32, unless gcc is in PATH
and cl.exe isn't.
* Fixed mingw LuaJIT build attempting to install lua51.lib which isn't built.
* Fixed list flatten in run(): consider unicode strings.
2016-04-02 13:18:10 +03:00
mpeterv
bf6026cb70
Copy luarocks.bat and luarocks-admin.bat into prefix/bin
2016-03-28 20:40:22 +03:00
mpeterv
2c41a94fcd
Random changes
2016-03-28 19:21:25 +03:00
mpeterv
8bf0633eab
Print busted version on appveyor
2016-03-28 13:57:50 +03:00
mpeterv
8ddcb46f4e
Install lua-term == 0.3
...
0.4 is broken on Windows.
2016-03-28 13:53:54 +03:00
mpeterv
d4733790e0
Install luarocks on travis
2016-03-28 13:41:58 +03:00
mpeterv
13e45c9db0
Build LuaJIT with cl on appveyor
2016-03-02 19:08:31 +03:00
mpeterv
9c0b3c64ac
Test cl.exe RioLua build on Appveyor
2016-02-27 20:02:44 +03:00
mpeterv
68e4d8ccee
Test RioLua build on Appveyor
2016-02-27 18:23:26 +03:00
mpeterv
975d41ec56
Replace appveyor.yml with .travis.yml
...
Also fix issue with LuaJIT 2.1 on Python 3
2015-11-23 20:27:44 +03:00
mpeterv
f1900bf412
Do not install LuaRocks on appveyor yet
2015-10-29 11:57:45 +03:00
mpeterv
effd61f855
Add MinGW to path in appveyor.yml
2015-10-27 13:16:05 +03:00
mpeterv
60e162cd8b
Add appveyor.yml
2015-10-27 13:04:00 +03:00