Files
starter-workflows/ci/properties/python-package-conda.properties.json
T

7 lines
258 B
JSON
Raw Normal View History

2019-11-15 13:23:52 -05:00
{
2019-11-15 13:26:42 -05:00
"name": "Python Package using Anaconda",
"description": "Create and test a Python package on multiple Python versions using Anaconda for package management.",
2019-11-15 13:23:52 -05:00
"iconName": "python",
"categories": ["Continuous integration", "Python"]
2019-11-15 13:26:42 -05:00
}