SF.net SVN: docutils:[9605 ] trunk/docutils/tox_pil .ini
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9605
http://sourceforge.net/p/docutils/code/9605
Author: grubert
Date: 2024-03-30 09:38:58 +0000 (Sat, 30 Mar 2024)
Log Message:
-----------
tox file including Pillow
Added Paths:
-----------
trunk/docutils/tox_pil.ini
Added: trunk/docutils/tox_pil.ini
===================================================================
--- trunk/docutils/tox_pil.ini (rev 0)
+++ trunk/docutils/tox_pil.ini 2024-03-30 09:38:58 UTC (rev 9605)
@@ -0,0 +1,19 @@
+[tox]
+minversion = 2.0
+envlist = py{311}
+
+[testenv]
+allowlist_externals =
+ find
+changedir = test
+deps =
+ Pillow
+commands =
+ find . -type f -name "*.pyc" -delete
+ python alltests.py
+
+[testenv:style]
+deps =
+ flake8
+commands =
+ flake8 {toxinidir}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.