1. 15 May, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 16 Mar, 2019 1 commit
  4. 07 Feb, 2019 1 commit
  5. 06 Dec, 2018 2 commits
  6. 20 Oct, 2018 1 commit
  7. 14 Aug, 2018 1 commit
  8. 11 Aug, 2018 1 commit
  9. 09 Aug, 2018 1 commit
  10. 03 Jun, 2018 1 commit
  11. 25 May, 2018 1 commit
  12. 22 May, 2018 1 commit
  13. 20 May, 2018 1 commit
  14. 19 May, 2018 1 commit
  15. 24 Apr, 2018 1 commit
  16. 08 Mar, 2018 1 commit
  17. 26 Feb, 2018 1 commit
  18. 08 Feb, 2018 1 commit
  19. 30 Jan, 2018 4 commits
  20. 12 Jan, 2018 1 commit
  21. 01 Jan, 2018 1 commit
  22. 20 Dec, 2017 1 commit
    • xoviat's avatar
      Fix timing of output · 46d7dfb4
      xoviat authored
      It appears that is_function actually
      calls the function (debugged). Why
      that happens is a mystery to me, but
      this should ensure that the spinner
      runs as it is supposed to rather than
      waiting until pre_build is complete.
      46d7dfb4
  23. 18 Dec, 2017 1 commit
  24. 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
  25. 20 Nov, 2017 1 commit
  26. 19 Nov, 2017 1 commit
  27. 11 Nov, 2017 1 commit
  28. 10 Nov, 2017 4 commits
  29. 09 Nov, 2017 2 commits
  30. 30 May, 2017 1 commit
  31. 30 Mar, 2017 1 commit
  32. 25 Mar, 2017 1 commit
    • 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