1. 07 Feb, 2019 1 commit
  2. 06 Dec, 2018 2 commits
  3. 20 Oct, 2018 1 commit
  4. 14 Aug, 2018 1 commit
  5. 11 Aug, 2018 1 commit
  6. 09 Aug, 2018 1 commit
  7. 03 Jun, 2018 1 commit
  8. 25 May, 2018 1 commit
  9. 22 May, 2018 1 commit
  10. 20 May, 2018 1 commit
  11. 19 May, 2018 1 commit
  12. 24 Apr, 2018 1 commit
  13. 08 Mar, 2018 1 commit
  14. 26 Feb, 2018 1 commit
  15. 08 Feb, 2018 1 commit
  16. 30 Jan, 2018 4 commits
  17. 12 Jan, 2018 1 commit
  18. 01 Jan, 2018 1 commit
  19. 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
  20. 18 Dec, 2017 1 commit
  21. 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
  22. 20 Nov, 2017 1 commit
  23. 19 Nov, 2017 1 commit
  24. 11 Nov, 2017 1 commit
  25. 10 Nov, 2017 4 commits
  26. 09 Nov, 2017 2 commits
  27. 30 May, 2017 1 commit
  28. 30 Mar, 2017 1 commit
  29. 25 Mar, 2017 2 commits
    • 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
    • Kyle Stewart's avatar
      Fix missing MacOS dashes and function return issue · 291bd40b
      Kyle Stewart authored
      Dashes were missing from untar on MacOS.
      
      Redirect fill_pyver errors to stderr, instead of returning them as the
      result.
      291bd40b
  30. 22 Jan, 2017 2 commits