Skip to content

Commit 39894d1

Browse files
author
Chad Smith
authored
Add missing features for tox/nox
Add missing features
2 parents 66fd8e1 + eed108a commit 39894d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/Tools.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ export const initialToolData: Tool[] = [
247247
dependsOn: ['pip', 'virtualenv', 'venv'],
248248
},
249249
{
250-
features: ['virtual environment management', 'application deployment'],
250+
features: ['virtual environment management', 'application deployment', 'task automation'],
251251
name: 'tox',
252252
toolDescription:
253253
'Command line driven CI frontend and development task automation tool',
254254
useCases: [],
255255
dependsOn: ['pip', 'virtualenv', 'venv'],
256256
},
257257
{
258-
features: ['virtual environment management', 'application deployment'],
258+
features: ['virtual environment management', 'application deployment', 'task automation'],
259259
name: 'nox',
260260
toolDescription:
261261
'nox is a command-line tool that automates task running, application deployment, and testing in multiple Python environments, similar to tox. Unlike tox, Nox uses a standard Python file for configuration.',

0 commit comments

Comments
 (0)