Skip to content

Commit

Permalink
add tox task
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 16, 2024
1 parent 1276e4b commit a2f6c87
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
"message": 5
}
}
}
},
{
"label": "Tox",
"type": "shell",
"command": "${command:python.interpreterPath}",
"args": ["-m", "tox"],
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": true
},
"problemMatcher": []
},

]
}

0 comments on commit a2f6c87

Please sign in to comment.