Skip to content

(much) faster testing #2029

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

Merged
merged 2 commits into from Oct 12, 2012
Merged

(much) faster testing #2029

merged 2 commits into from Oct 12, 2012

Conversation

ghost
Copy link

@ghost ghost commented Oct 6, 2012

after priming the cache, the extensions and cythoning will only recompile if files
change. otherwise they are retrieved from the cache.

the caching is disabled by default just in case it's buggy, but i've had no problems
so far.

with caching enabled and using tox_prll.shl it now takes 25 seconds to test all
2.x and about a minute and a half to test everything.

y-p added 2 commits October 8, 2012 21:25
Cythoning results and compiled extension are cached.

This is disabled by default, to enable it uncomment the line
specifying the cache directory at the top of setup.py.

you need to occasionally empty the cache manually, to keep
it from from growing too much.
BLD: added caching to setup.sys - speeds up testing dramatically.

Cythoning results and compiled extension are cached.

This is disabled by default, to enable it uncomment the line
specifying the cache directory at the top of setup.py.

you need to occasionally empty the cache manually, to keep
it from from growing too much.
@wesm wesm merged commit c8e8779 into pandas-dev:master Oct 12, 2012
@wesm
Copy link
Member

wesm commented Oct 12, 2012

looks good. thanks

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

Successfully merging this pull request may close these issues.

1 participant