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

skip conda in Makefile #91

Merged
merged 1 commit into from
Sep 10, 2019
Merged

skip conda in Makefile #91

merged 1 commit into from
Sep 10, 2019

Conversation

cehbrecht
Copy link
Member

Overview

This PR removes the conda environment handling from the Makefile. The conda environment needs to be created manually and is optional. This is a change already done in Twitcher and Birdy.

Changes:

  • Updated Makefile
  • Updated Docs
  • Updated setup.py

Related Issue / Discussion

Additional Information

When this is accepted I can update also the cookiecutter.

@cehbrecht cehbrecht added this to the 1.0.0 milestone Sep 10, 2019
@echo " pep8 to run pep8 code style checks."
@echo " test to run tests (but skip long running tests)."
@echo " test-all to run all tests (including long running tests)."
@echo " lint to run code style checks with flake8."
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a welcome change. Some other projects include Black formatting. This leaves an opening for the discussion.

@@ -47,7 +47,9 @@
packages=find_packages(),
include_package_data=True,
install_requires=reqs,
extra_requires=extra_reqs,
extras_require={
"dev": dev_reqs, # pip install ".[dev]"
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@Zeitsperre Zeitsperre left a comment

Choose a reason for hiding this comment

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

I agree with the approach. Conda loadout should happen through a .yaml configuration depending on the devops platform (Jenkins, Travis CI, Azure, etc.).

@cehbrecht cehbrecht merged commit 15ae055 into master Sep 10, 2019
@cehbrecht cehbrecht deleted the skip-conda-in-makefile branch September 10, 2019 14:15
@cehbrecht
Copy link
Member Author

@Zeitsperre thanks for review :)

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

Successfully merging this pull request may close these issues.

2 participants