jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Add github action to for testing pytest; remove travis #198

Closed rkdarst closed 3 years ago

rkdarst commented 3 years ago
rkdarst commented 3 years ago

OK, so this isn't fully the same travis config, since I didn't base on the latest upstream. Still, probably close enough.

manics commented 3 years ago

If you want to automate the pypi deployment I think you can just copy https://github.com/jupyterhub/oauthenticator/blob/master/.github/workflows/publish.yml

rkdarst commented 3 years ago

It seems we already have a PyPI publish action. Does anyone have advice on a publish action that checks common problems, like tag different from setup.py and module version?

consideRatio commented 3 years ago

I was and remain confused about the git clone based install of jupyterhub, but since it comes from the current travis setup lets merge!