mrtommyb / ktransit

A simple exoplanet transit modeling tool in python
GNU General Public License v3.0
52 stars 20 forks source link

Travis build is failing #6

Closed mrtommyb closed 8 years ago

mrtommyb commented 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

mrtommyb commented 8 years ago

@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

mrtommyb commented 8 years ago

closing with #7 merge