perwin / imfit

Imfit: an open-source astronomical image-fitting program.
www.mpe.mpg.de/~erwin/code/imfit/
GNU General Public License v3.0
33 stars 7 forks source link

Tweaking .travis.yml to get "pip install numpy" working again... #2

Closed perwin closed 8 years ago

perwin commented 8 years ago

OK, we fixed the numpy install issue (Python setup needs to go after C++ setup in .travis.yml), but can't run the unit tests because the path to cxxtestgen is wrong... This page http://packages.ubuntu.com/trusty/all/cxxtest/filelist suggests the correct path is actually /usr/bin/cxxtestgen

perwin commented 8 years ago

Wohoo! Unit tests (at least for image_o.cpp) now work on Travis.