Add workflow for testing python setup

This commit is contained in:
David Verdeguer 2020-09-29 09:57:29 +02:00
parent 18312707fe
commit 67ddca1d9c
33 changed files with 495 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "autoinstall-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.100"
requests = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"