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

Add support for building and uploading conda package #167

Merged
merged 4 commits into from Jun 18, 2018
Merged

Conversation

bschreck
Copy link
Contributor

@bschreck bschreck commented Jun 11, 2018

This PR adds several conda config files needed to build and upload Featuretools to anaconda.org. It includes a script that launches an Ubuntu docker container, and then builds and uploads the package for 3 different Python versions.

Several dependencies needed to have their versions bumped because anaconda only lists the newer ones. Removed a duplicate pytest-runner dependency from dev-requirements.txt (it's already in test-requirements.txt).

@codecov-io
Copy link

codecov-io commented Jun 11, 2018

Codecov Report

Merging #167 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   92.88%   92.88%           
=======================================
  Files          70       70           
  Lines        7486     7486           
=======================================
  Hits         6953     6953           
  Misses        533      533

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 488c60f...923bafe. Read the comment docs.

@bschreck bschreck changed the title WIP: Add support for building and uploading conda package Add support for building and uploading conda package Jun 11, 2018
@kmax12
Copy link
Contributor

kmax12 commented Jun 18, 2018

Looks good, merging

@kmax12 kmax12 merged commit 98cfd55 into master Jun 18, 2018
@rwedge rwedge mentioned this pull request Jun 22, 2018
@don-lab-dc
Copy link

@kmax12, would be great to have something in the docs about using conda to install. The standard method (conda install featuretools, after adding forge channel) didn't work for me. At present, docs just cover pip.

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.

None yet

4 participants