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 from Travis CI and Appveyor to Github Actions (#292)
* Update pythonpackage.yml
* use pipenv instead of requirements.txt in workflow
* disable flake8
* activate virtual environment
* run pytest in virtualenv
* install development dependencies
* run pytest in virtualenv again
* Add documentation workflow
* Added codecov action
* add coverage report flag
* add push, docs, and publish workflows
* use html-proofer action
* fix syntax error
* fix syntax again
* install sphinx and sphinx_rtd_theme
* remove pipenv from make html
* check directories in docs
* switch html-proofer args order
* add quotes to html-proofer args
* modify search.html path
* test runners, docs.yml, publish.yml
* require python >=3.6
* update Pipfile.lock and publish.yml
* move python requirement to setup.py
* require python >=3.8
* temporarily remove windows runner
* remove TODO
* bump version and delete .travis.yml
* add windows dependencies for pytest
* add windows runner
* remove appveyor
* ignore pyproject.toml
Co-authored-by: Oliver Leung <oal22@cornell.edu>
0 commit comments