pyne / pyne-ci

Continuous Integration scripts for PyNE core using Batlab
Other
1 stars 5 forks source link

Conda abstraction #22

Closed scopatz closed 9 years ago

scopatz commented 9 years ago

This PR abstracts the conda install process to its own separate scripts that may be used from a variety of other scripts with minimal effort. This makes maintaining miniconda easier and also is a needed stepping stone for windows builds.

Working run is here: http://submit-1.batlab.org/nmi/results/details?groupBy=platform&runID=282306&groupDirection=down&sortBy=taskID&sortDirection=down&refreshTime=20

scopatz commented 9 years ago

Also most of this was taken from cyclus.

gidden commented 9 years ago

Single comment, otherwise this looks good. I like the separation of env, build, etc.

scopatz commented 9 years ago

Nice catch @gidden, the fix is in.

gidden commented 9 years ago

thanks @scopatz!