Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support virtualenv/venv without separate cache #190

Merged
merged 19 commits into from
Sep 5, 2018
Merged

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    5290c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49d819 View commit details
    Browse the repository at this point in the history
  3. Run doctest via pytest

    tkf committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a748dea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54d1116 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1825d34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1da6243 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    252cd55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ab64e7 View commit details
    Browse the repository at this point in the history
  9. Run find_libpython in tox

    tkf committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    1f47404 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9adb074 View commit details
    Browse the repository at this point in the history
  11. Print jlinfo.libpython

    tkf committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6e91cf9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    435ccf4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25631af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e98c265 View commit details
    Browse the repository at this point in the history
  15. Directly compare executable paths

    tkf committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    f09ae42 View commit details
    Browse the repository at this point in the history
  16. Print PyCall/deps/build.log

    tkf committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    96429c6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6982ae8 View commit details
    Browse the repository at this point in the history
  18. Do not use platform.system()

    os.name and sys.platform are more well-defined/documented and we don't
    need more detail than them.
    tkf committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    fe0cd97 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cdbefb1 View commit details
    Browse the repository at this point in the history