rdkit / homebrew-rdkit

Homebrew formula for rdkit
44 stars 19 forks source link

add TravisCI to check most update-to-date build for homebrew #45

Closed hsiaoyi0504 closed 6 years ago

hsiaoyi0504 commented 6 years ago

This can help us to find if there is a problem to build rdkit through homebrew more easily. Current branch is at https://travis-ci.org/hsiaoyi0504/homebrew-rdkit/builds/303879181. However, still need administrator to setup the TravisCI for this repo.

hsiaoyi0504 commented 6 years ago

@greglandrum Can you check this ?

greglandrum commented 6 years ago

Ok, I configured travis to use this repo and merged the PR. Let's see how it goes.

hsiaoyi0504 commented 6 years ago

@greglandrum It seems that it's broken now. I will try to fix that.

greglandrum commented 6 years ago

could have been because of the use of pip instead of pip3. I just changed that

hsiaoyi0504 commented 6 years ago

@greglandrum I don't think so. There is an update of Travis yesterday. The pip works for default python 2 in the past, but didn't work now. I tried to use pip2 instead. Will let you know if I have further progress or finding.

greglandrum commented 6 years ago

Great. Thanks @hsiaoyi0504