Page MenuHomeSoftware Heritage

D473.id1451.diff
No OneTemporary

D473.id1451.diff

diff --git a/tox.ini b/tox.ini
new file mode 100644
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,24 @@
+[tox]
+envlist=check-manifest,flake8,py3
+
+[testenv:py3]
+deps =
+ pifpaf
+ nose
+commands =
+ pifpaf run postgresql -- nosetests
+
+[testenv:flake8]
+skip_install = true
+deps =
+ flake8
+commands =
+ {envpython} -m flake8
+
+[testenv:check-manifest]
+skip_install = true
+deps =
+ check-manifest
+commands =
+ {envpython} -m check_manifest {toxinidir}
+

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 20, 8:24 PM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221979

Event Timeline