You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate CI/CD from Travis-CI to GitHub Actions (#47)
* Replacing Travis-CI with GitHub Actions
* add more python versions
* hardcode ubuntu version, bump action dependency versions
* remove python 2.7 for the moment
* not sure if checkout is required
* yes, checkout was required
* add coveralls
* invoke coveralls using their action
* try python 2.7 again, using a container
* Remove Travis references, update badge icon
* test pypi publishing
* remove environment
* manually install wheel and run setup
* requirements install may not be necessary since we run setup directly
* add a workflow for real pypi
* bump version to 1.4.2 to test prod pypi publish
Remove timeout from wait_for_EPP. (#15)
The existing code would time out after waiting 60
seconds. On systems processing large numbers of
samples, EPPs can easily take longer than this.