Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125274
D473.id1451.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
464 B
Subscribers
None
D473.id1451.diff
View Options
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
Details
Attached
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
Attached To
D473: tox: add a basic tox.ini config file
Event Timeline
Log In to Comment