click-contrib / click-repl

Subcommand REPL for click apps
MIT License
215 stars 41 forks source link

Run tests in tox #54

Closed theazureshadow closed 1 year ago

theazureshadow commented 5 years ago

I was surprised that my fix for click 7.0 passed the travis build when the tests were broken, but it seems to be because the tests weren't actually run in Travis. If I've performed the tox changes correctly, this PR will fail in Travis, but after rebasing on my test fix should pass.

Let me know if you have any suggestions.