b8b4f43092
Add a tox.ini for creating virtualenvs and then executing builds, flake8, unit tests and charm proof in those venvs. Example: tox -e pep8 tox -e build tox -e charm-proof tox -e unit-tests Partial-Bug: #1745966
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
[DEFAULT]
|
|
test_path=./unit_tests
|
|
top_dir=./
|