Updated all invoke commands to support --python-ver and --netbox-ver options in addition to environment variables
Updated docker image name to include python-ver and netbox-ver
Updated travis config to test for 3 versions of Python and 2 versions of Netbox
Right now each version of NetBox defined in travis.yml but have its own configuration.py file. The idea is to be able to support major releases in the future but I'm not sure if this approach will scale well, open to suggestions here.
Fix #5
This PR is based on #13 so it shouldn't be merged before
--python-ver
and--netbox-ver
options in addition to environment variablespython-ver
andnetbox-ver
Right now each version of NetBox defined in travis.yml but have its own configuration.py file. The idea is to be able to support major releases in the future but I'm not sure if this approach will scale well, open to suggestions here.
Fix #5