jakeret / hope

HOPE: A Python Just-In-Time compiler for astrophysical computations
GNU General Public License v3.0
382 stars 28 forks source link

Travis CI can't find commands module for python3 #20

Closed iankronquist closed 9 years ago

iankronquist commented 9 years ago

For example: https://travis-ci.org/cosmo-ethz/hope/jobs/38583739

The commands module was removed from the python3 standard library. We should replace commands with subprocess. https://docs.python.org/2/library/commands.html I'm working on this.

cosmo-ethz commented 9 years ago

@xantares and I have been working on this. My last commit should fix the issues with py33 and travis ci

iankronquist commented 9 years ago

Excellent. I'll go pick another todo then.