Skip to content

TST: adding sdist and install tests to the 2.6 regression - closes #9878 #9956

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 1 commit into from
Apr 21, 2015

Conversation

ajamian
Copy link
Contributor

@ajamian ajamian commented Apr 20, 2015

closes #9878

Adds a test for packaging and installing pandas from a tarball, inside of the 2.6 regression.

After regular nosetests complete, cython is removed from the venv, pandas is packaged with cdist command, and the package is installed via pip. Limited nosetests run once installed.

The output of this test in the log is now 'folded' via http://blog.travis-ci.com/2013-05-22-improving-build-visibility-log-folds/ by putting install_test.sh into the 'after_script' section of the travis config.

This is a new PR with squashed commits to replace the original closed PR: #9922

@jreback jreback added Testing pandas testing functions or related to the test suite Build Library building on various platforms labels Apr 20, 2015
@jreback jreback added this to the 0.16.1 milestone Apr 20, 2015
jreback added a commit that referenced this pull request Apr 21, 2015
TST: adding sdist and install tests to the 2.6 regression - closes #9878
@jreback jreback merged commit f99dc7b into pandas-dev:master Apr 21, 2015
@jreback
Copy link
Contributor

jreback commented Apr 21, 2015

@ajamian awesome thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test for sdist and pandas import
2 participants