Migrate to the GitHub Actions.

Replace pip with pipenv
This commit is contained in:
ErickSkrauch
2021-03-13 00:02:42 +01:00
parent b40d38a91e
commit bc43bce964
5 changed files with 484 additions and 23 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sphinx-rtd-theme = "~=0.4.3"
sphinx-autobuild = "~=0.7.1"
Sphinx = "<4.0,>=3.0"
[dev-packages]
[requires]
python_version = "3.9"