- 04 Nov, 2017 1 commit
-
-
xoviat authored
* [tst:multibuild] run library_builders in manylinux * [tst:multibuild] fix * [tst:multibuild] source linux steps * [travis] require sudo on linux * [tst:multlibuild] touch config * [travis] drop sudo for precise * [tst:multibuld] cleanup * [tst:multibuild] check for docker * [tst:multibuild] fix docker check * [tst:multibuild] drop docker * [tst:multibuild] fix command
-
- 24 May, 2017 2 commits
-
-
Matthew Brett authored
-
Matthew Brett authored
-
- 30 Mar, 2017 1 commit
-
-
Matthew Brett authored
Add tests for fill of pypy versions, give full versions for latest.
-
- 28 Mar, 2017 1 commit
-
-
Kyle Stewart authored
Functions renamed to match their intent better.
-
- 27 Mar, 2017 1 commit
-
-
Kyle Stewart authored
The syntax is similar to how TravisCI does it. Travis test uses `get_macpython_enviroment` for CPython and `get_python_enviroment` for PyPy.
-
- 25 Mar, 2017 1 commit
-
-
Kyle Stewart authored
Aliased PYTHON_VERSION to MB_PYTHON_VERSION. Changed the test command to use get_python_enviroment instead of get_macpython_enviroment. Extended TravisCI matrix to cover PyPy. The tests can now tell the implementation of PyPy apart from the CPython version they emulate.
-
- 21 Jan, 2017 1 commit
-
-
Matthew Brett authored
pip will copy the directory it installs from before running the install / wheel build. If the directory is a submodule, then the copy breaks the connection with the containing project, so git commands to get the version will fail. Fix is to re-create the .git directory for submodules. Version of fix in https://github.com/matthew-brett/multibuild/pull/12 with thanks to Hassan Kibirige.
-
- 29 Jun, 2016 1 commit
-
-
Matthew Brett authored
-