Setup tox

This commit is contained in:
Andras Schmelczer 2022-07-29 12:59:41 +02:00
parent 18c6ba62bb
commit 55f1599a7a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 37 additions and 7 deletions

View file

@ -68,6 +68,7 @@
"**/.pytest_cache": true,
"**/*.egg-info": true,
"**/*.cache": true,
"**/*.tox": true,
"**/tracing_database.json": true
},
"notebook.output.textLineLimit": 400,