Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

PyPy tests fail after first run #596

Closed
pferate opened this issue Aug 9, 2016 · 2 comments
Closed

PyPy tests fail after first run #596

pferate opened this issue Aug 9, 2016 · 2 comments

Comments

@pferate
Copy link
Contributor

pferate commented Aug 9, 2016

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:

  1. Not cache the directory between builds (the previous behavior)
  2. Only clone the pyev repo if the directory doesn't exist (similar to App Engine SDK)
@theacodes
Copy link
Contributor

Fixed by #595.

@pferate
Copy link
Contributor Author

pferate commented Aug 15, 2016

@jonparrott Looks like Travis creates the cached directories if they don't exists, so the check in #595 didn't work for me. Created #630.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants