tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
235 stars 19 forks source link

Add a config file for travis-ci #76

Closed jbarnoud closed 8 years ago

jbarnoud commented 8 years ago

This PR allows to activate continuous integration using Travis-CI, see #73. To activate Travis, and once the file is merged, it is still needed for @tBuLi to create an account on Travis and to turn the continuous integration for the symfit repository.

The .travis.yml file gives the build instruction to Travis. It installs the dependencies using conda, and run the tests using nose.

At the moment, the tests fail. But they fails in the same way on my computer.

The results of the test can be seen on https://travis-ci.org/jbarnoud/symfit

tBuLi commented 8 years ago

Thanks a lot for looking into this @jbarnoud!

I will look into creating an account as soon as possible. And the tests fail in an expected manner but I will change them to reflect that ;).