-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
4011971
to
45a7834
Compare
So I find the templates given in which refer to job--python-tox quite complex and I notice there is no step to just simply 'install dependencies', which the base I see no issue in just using the You should hook up Pypi service when you feel ready for it as it requires editing the Azure project. |
@sloria it'd be great to hear your thoughts! |
Sorry haven't had a chance to look yet... it'd be great if this could be put in line with the other marshmallow-code repos, i.e. use the same templates. The idea with the tox jobs is that they use |
The tox template fails (I tried) because it misses installing the dependencies of I will do the extension, although I am new to it. Nice to learn. |
Rather than modify the AP templates, I think the better approach is to bring this project in line with the rest of marshmallow-code, i.e. use Example: https://github.com/marshmallow-code/flask-marshmallow/blob/dev/setup.py#L6-L22 This allows each tox environment to only install the minimum necessary requirements. Note: you'll also need to update |
I've recovered my energy to work and will look at this tomorrow evening. |
Fork and own work on other PR by sloria