Closed mccalluc closed 6 years ago
Build matrix now covers lots of possibilities:
Python: 2.7 DJANGO_VERSION='1.8.19' Python: 2.7 DJANGO_VERSION='1.11.11' Python: 3.6 DJANGO_VERSION='1.8.19' Python: 3.6 DJANGO_VERSION='1.11.11'
In a lot of places, I'm not sure if it's better to do explicit version checks, or try one thing, and if there's a name error, try something different. I want it to be robust, and not too magical.
Build matrix now covers lots of possibilities:
In a lot of places, I'm not sure if it's better to do explicit version checks, or try one thing, and if there's a name error, try something different. I want it to be robust, and not too magical.