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

MAINT: Switch to a setup.cfg-based setup #375

Merged
merged 20 commits into from
Jul 11, 2019

Conversation

effigies
Copy link
Member

Validating installation methods and version stamping with Travis. Going to end up with a pretty big matrix (3 versions by 7 environments, at least), but for a project that a lot of our stuff depends on, I think it's worth it.

Closes #373.

versioneer.py Outdated Show resolved Hide resolved
versioneer.py Outdated Show resolved Hide resolved
@effigies effigies force-pushed the maint/setup_cfg branch 2 times, most recently from 6ae9c08 to e741def Compare July 11, 2019 15:41
python3 -m pip install dist/*.tar.gz
mkdir empty
cd empty
INSTALLED=$( python3 -c 'import niworkflows; print(niworkflows.__version__)' )
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails if we build and install from a wheel... I'm not sure why. Perhaps we need to upgrade wheel?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly have no clue

@effigies
Copy link
Member Author

@oesteban This should be set.

setup.cfg Outdated Show resolved Hide resolved
niworkflows/tests/conftest.py Outdated Show resolved Hide resolved
python3 -m pip install dist/*.tar.gz
mkdir empty
cd empty
INSTALLED=$( python3 -c 'import niworkflows; print(niworkflows.__version__)' )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly have no clue

@oesteban oesteban changed the title Switch to setup.cfg-based setup MAINT: Switch to a setup.cfg-based setup Jul 11, 2019
@oesteban oesteban merged commit 44da844 into nipreps:master Jul 11, 2019
@effigies effigies deleted the maint/setup_cfg branch July 12, 2019 01:48
@effigies effigies added this to the 0.10.0 milestone Jul 12, 2019
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.

MAINT: Installation using setup.cfg
2 participants