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