setup.py icon indicating copy to clipboard operation
setup.py copied to clipboard

.travis.yml setup

Open alext234 opened this issue 6 years ago • 2 comments

It would be nice if you also provide .travis.yml for Travis CI. In the script, it should test out a few commands with setup.py such as python setup.py install, etc.

alext234 avatar Mar 23 '18 05:03 alext234

I'm not sure if we want to give a suggestion about which Ci system to use. If there is a particular good reason why Travis Ci is preferred, that's fine, but if not - I wouldn't do that.

Maybe we can suggest it in the README thoughh?

timofurrer avatar Feb 14 '19 11:02 timofurrer

There are a lot of cookiecutter templates, which provide different setup of Python project, including config, CI, testing, et.

And let this project for setup.py only.

frostming avatar Apr 03 '19 10:04 frostming