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,2 @@
# non-existing package
ajsdiofjasodinfkajsndfoiuqwhefoanisdfojnasdofas

View file

@ -0,0 +1,2 @@
# valid package with invalid version
requests==10000

View file

@ -0,0 +1 @@
requests==1.2.3

View file

@ -0,0 +1 @@
print('hello')

View file

@ -0,0 +1 @@
requests==1.2.3

View file

@ -0,0 +1,3 @@
# fake setup.py with Trove classifier to fool Python extractor to believe this is Python 2 for sure
# Programming Language :: Python :: 2.7

View file

@ -0,0 +1 @@
requests==1.2.3

View file

@ -0,0 +1,3 @@
# fake setup.py with Trove classifier to fool Python extractor to believe this is Python 3 for sure
# Programming Language :: Python :: 3.7