sysml.py icon indicating copy to clipboard operation
sysml.py copied to clipboard

Add python_requires to setup.py

Open capsulecorplab opened this issue 7 years ago • 1 comments

Should only install for the uncommented versions in .travis.yml. See https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

capsulecorplab avatar Sep 10 '18 08:09 capsulecorplab

Should think about creating a travis-requirements.txt file, and maybe a Makefile with different logic if in Tavis CI environment. Something like this... https://github.com/CamDavidsonPilon/lifelines/tree/master/reqs https://github.com/CamDavidsonPilon/lifelines/blob/master/Makefile

Kilo59 avatar Dec 09 '18 00:12 Kilo59