Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.
/ python-tax Public archive

2021 update: use tox-direct instead. This was a variant of Tox that didn't use virtualenvs at all - just installed everything in the current environment.

License

Notifications You must be signed in to change notification settings

ionelmc/python-tax

Repository files navigation

Overview

docs Documentation Status
tests
package

A taxy Tox to tax your current site-packages. This is a variant of Tox that doesn't use virtualenvs at all - just installs everything in the current environment. Use at your own peril.

  • Free software: BSD license

Installation

pip install tax

Documentation

https://python-tax.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

2021 update: use tox-direct instead. This was a variant of Tox that didn't use virtualenvs at all - just installed everything in the current environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published