Re: [Tutor] nosetests on travis-ci.org

2016-10-31 Thread Steven D'Aprano
Hi Joseph, On Mon, Oct 31, 2016 at 10:09:00AM -0400, Joseph Slater wrote: > I've created a relatively simple package, partly for utility, but > partly for self-education. > > The port installs and works fine on pypi, but I need to know how to > run automated tests for my other projects. > > S

[Tutor] nosetests on travis-ci.org

2016-10-31 Thread Joseph Slater
I've created a relatively simple package, partly for utility, but partly for self-education. The port installs and works fine on pypi, but I need to know how to run automated tests for my other projects. Specifically, nose tests works at my command line, but fail on travis-ci . I have no und