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

2016-11-01 Thread Joaquin Alzola
>python-l...@python.org >also available on Usenet as comp.lang.python, as it tends to have people >with a much broader range of experience than here. But even there, >you'll probably be asked to come up with a minimum example that >demonstrates the problem: Also try on IRC chat.freenode.net Th

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