1. 03 Feb, 2018 1 commit
  2. 30 Jan, 2018 4 commits
  3. 21 Jan, 2018 1 commit
  4. 14 Jan, 2018 1 commit
  5. 29 Dec, 2017 1 commit
  6. 20 Dec, 2017 1 commit
  7. 30 Nov, 2017 1 commit
    • xoviat's avatar
      Fix OSX failures (#85) · 7d67726f
      xoviat authored
      Fix "cd" overridden by RVM.
      Don't try to uninstall virtualenv if pip is not installed.
      7d67726f
  8. 04 Nov, 2017 1 commit
    • xoviat's avatar
      Ccache: fixes (#61) · eeabc12e
      xoviat authored
      * [osx] don't update homebrew
      
      * [docker] move activate_ccache until after utils are loaded
      
      * [manylinux_utils] create cccache directory
      
      * [manylinux_utils] fix case
      
      * [osx/ccache] disable maxsize
      
      * [osx_utils] move  code and add comment
      eeabc12e
  9. 24 Oct, 2017 1 commit
  10. 23 Oct, 2017 1 commit
  11. 15 Oct, 2017 2 commits
  12. 13 Oct, 2017 2 commits
  13. 07 Oct, 2017 2 commits
  14. 26 Sep, 2017 1 commit
  15. 12 Sep, 2017 1 commit
  16. 11 Sep, 2017 2 commits
  17. 12 Aug, 2017 1 commit
  18. 04 Aug, 2017 1 commit
  19. 02 Jun, 2017 1 commit
  20. 23 May, 2017 1 commit
  21. 22 May, 2017 7 commits
  22. 26 Apr, 2017 1 commit
  23. 17 Apr, 2017 1 commit
  24. 28 Mar, 2017 1 commit
  25. 27 Mar, 2017 1 commit
  26. 25 Mar, 2017 2 commits
    • Kyle Stewart's avatar
      Add travis tests for PyPy. · 59e72c65
      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.
      59e72c65
    • Kyle Stewart's avatar
      Add PyPy 2 support for MacOS. · 618a1d61
      Kyle Stewart authored
      This changes how the the Python implementation is selected.  It's now
      primarily based on enviroment variables.
      
      Uses the PYPY_VERSION enviroment variable to determine the version of PyPy to
      install.  An example has been added to the matrix in the readme.
      618a1d61