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

Use noarch build platform #261

Merged
merged 2 commits into from
May 14, 2019
Merged

Conversation

hdoupe
Copy link
Contributor

@hdoupe hdoupe commented May 14, 2019

This PR makes some changes to the CCC build configuration files:

  • Only build for the noarch conda channel which means that one package is built for all non-arch linux operating systems.
  • Build for all python versions.
  • Hard codes the CCC version number. This should be updated for each release (unless the automatic version updating logic is not re-instated).

CCC can be uploaded via:

export CONDA_TOKEN=your_anaconda_token
conda config --set anaconda_upload yes
conda build conda.recipe/ --token $CONDA_TOKEN --user pslmodels

@hdoupe hdoupe changed the title Use noarch build channel Use noarch build platform May 14, 2019
@hdoupe
Copy link
Contributor Author

hdoupe commented May 14, 2019

Latest commit registers the pytest marks (i.e. pytest.mark.local) per py.test 4.5.0.

@jdebacker
Copy link
Member

Test failing should be ok with work in another PR. Going to merge this to master then into that other branch.

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.

2 participants