Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7450585
D465.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
592 B
Subscribers
None
D465.diff
View Options
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
dist
swh.core.egg-info
version.txt
+.tox
diff --git a/tox.ini b/tox.ini
new file mode 100644
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,23 @@
+[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
Wed, Apr 16, 7:59 AM (6 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3229139
Attached To
D465: tox: add a simple tox file that runs tests, flake8 and check-manifest
Event Timeline
Log In to Comment