This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
PyPy tests fail after first run #596
Closed
Description
Looks like this was introduced in #590.
Travis was configured to cache the .pyenv
directory between builds and cloning the repo fails if the directory is not empty.
We have a few options on how to proceed:
- Not cache the directory between builds (the previous behavior)
- Only clone the
pyev
repo if the directory doesn't exist (similar to App Engine SDK)
Metadata
Metadata
Assignees
Labels
No labels