Closed sankethkatta closed 8 years ago
Travis CI is now enabled for this repository, you should be able to setup a .travis.yml file. Make sure to test against all versions of python we care about.
.travis.yml
One small thing, could we make the nosetests run with verbose when on travis? so we just see a list of all the successful tests as well.
nosetests
fixed in 5ecce34c158afea0cf99efffcb08d357e306ac23
Travis CI is now enabled for this repository, you should be able to setup a
.travis.yml
file. Make sure to test against all versions of python we care about.