Closed mrtommyb closed 8 years ago
I have something wrong in the .travis.yml file but I can't work out what. The test fails with
def test_import(): """Can we import ktransit successfully?""" > import ktransit E ImportError: No module named ktransit
so it can't import this package
@barentsen, if you have a free moment, could you take a look at what I messed up in the travis build the package requires fortran and to run f2py and also numpy, matplotlib and scipy
closing with #7 merge
I have something wrong in the .travis.yml file but I can't work out what. The test fails with
so it can't import this package