We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5529d commit 20839c4Copy full SHA for 20839c4
pages.ar/common/tox.md
@@ -14,12 +14,12 @@
14
15
- عرض قائمة جميع البيئات المتوفرة:
16
17
-`tox --listenvs-all`
+`tox {{[-a|--listenvs-all]}}`
18
19
- بدء الاختبارات على بيئة معينة (مثال: بايثون 3.6):
20
21
`tox -e {{py36}}`
22
23
- إجبار إعادة إنشاء البيئة الافتراضية:
24
25
-`tox --recreate -e {{py27}}`
+`tox {{[-r|--recreate]}} -e {{py27}}`
pages.ko/common/tox.md
- 사용 가능한 환경 나열:
- 특정 환경에서 테스트 실행 (예: Python 3.6):
- 가상 환경을 강제로 재생성:
0 commit comments