| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Install python 2 and avoid using virtualenv, pip on osx works fine
without it.
Also remove unnecessary path prefix and add newline at the end.
|
|
|
|
|
|
|
|
| |
First version of new test-suite, using Busted framework based on Google Summer of Code project:
https://summerofcode.withgoogle.com/projects/#5695811874717696
* Rewritten from Bash to Lua
* Tests now check if they did what they were supposed to, beyond only checking success or failure of the `luarocks` command
* Support for black-box (launching `luarocks` as an external command) and white-box (testing functions in modules directly) testing
|
|
|
| |
Updates the build matrix to use Lua 5.2.4 and 5.3.1
|
|
|
|
|
|
| |
As discussed in #287, adds a new flag (--only-deps) to the 'build'
command, so only the dependencies of a rock are installed, and not
the rock itself.
|
| |
|
| |
|
| |
|
|
|