Skip to content

Files

Latest commit

9c12ecc · Jul 17, 2023

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 28, 2021
Aug 14, 2019
May 4, 2018
May 4, 2018
Jul 17, 2023
May 3, 2018
Oct 7, 2018
Jul 23, 2018
May 3, 2018
Jul 23, 2018
Mar 22, 2021
Jul 17, 2023

Python module for the plug-in

The tests should be kept in the tests folder.

Setup

Pip should is bundled with recent releases of Python (2.7.9+ and 3.4) [StackOverflow], hence the easiest way to set tox up is via pip unless a system package manager is your preferred choice. Instructions:

  • Install the latest Python 2.7.x release from python.org.
  • Install tox:
    • Via pip from command prompt or terminal application:
    $ pip install tox
    
    • Via your own package manager.

Activating the tox virtual environments

In order to activate a specific python environment configured with tox execute the following:

source .tox/${PYTHON_VERSION_LABEL}/bin/activate

Setup instructions for pyenv for UNIX

The script pyenv-bootstrap.sh can be used for setting up different versions of the interpreters on Linux and Mac machines.

Unfortunately pyenv is not supported on Windows, so you will need to install the interpreters manually.