Skip to content

Use skip_install=true for lint or static tox targets#30

Merged
mingchen merged 1 commit into
python-cas:masterfrom
jdufresne:skip-install
Nov 2, 2018
Merged

Use skip_install=true for lint or static tox targets#30
mingchen merged 1 commit into
python-cas:masterfrom
jdufresne:skip-install

Conversation

@jdufresne
Copy link
Copy Markdown
Contributor

Avoids installing the package (and any potential dependencies) to the
virtualenv before running lint or static commands. The package is not
required to be installed to do simple static code analysis. Results in a
slightly faster run, as fetching and installing dependencies is skipped.

For additional information on the configuration option, see:

https://tox.readthedocs.io/en/latest/config.html#confval-skip_install=BOOL

Do not install the current package. This can be used when you need the
virtualenv management but do not want to install the current package
into that environment.

Avoids installing the package (and any potential dependencies) to the
virtualenv before running lint or static commands. The package is not
required to be installed to do simple static code analysis. Results in a
slightly faster run, as fetching and installing dependencies is skipped.

For additional information on the configuration option, see:

https://tox.readthedocs.io/en/latest/config.html#confval-skip_install=BOOL

> Do not install the current package. This can be used when you need the
> virtualenv management but do not want to install the current package
> into that environment.
@mingchen mingchen merged commit a309e20 into python-cas:master Nov 2, 2018
@jdufresne jdufresne deleted the skip-install branch November 3, 2018 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants