davidban77 / gns3fy

Python library wrapper around GNS3 Server REST API
https://davidban77.github.io/gns3fy/
57 stars 28 forks source link

Enhancement py38 support #68

Closed davidban77 closed 4 years ago

davidban77 commented 4 years ago

Using conda to manage the python environments. So added the tox-conda plugin requirement which will be triggered when running the tox command.

Also changed the CircleCI image to continuumio/miniconda3 to handle the python environments.

davidban77 commented 4 years ago

Fixes #68