anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

Add support for building noarch: python packages #114

Closed jjhelmus closed 5 years ago

jjhelmus commented 5 years ago

Build noarch: python packages only on the linux-64 platform while testing on all other platforms.

msarahan commented 5 years ago

This looks good to me. Do you want me to push a commit for keeping conda 4.5 for now? I don't think we should try to fix 4.6 support in this PR, but it would be nice to get some less noisy tests for this stuff.

jjhelmus commented 5 years ago

I'll push a change to .travis.yaml in a moment to pin to conda 4.5

jjhelmus commented 5 years ago

Ah, networkx changed to generators in 2.x, was testing with 1.x locally.