v.licheni.net
/
stack
/
cam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8230dab
)
add Tox config
author
ale
<ale@incal.net>
Sat, 27 Sep 2014 08:24:09 +0000
(09:24 +0100)
committer
ale
<ale@incal.net>
Sat, 27 Sep 2014 08:24:09 +0000
(09:24 +0100)
tox.ini
[new file with mode: 0644]
patch
|
blob
diff --git a/tox.ini
b/tox.ini
new file mode 100644
(file)
index 0000000..
3c6a530
--- /dev/null
+++ b/
tox.ini
@@ -0,0
+1,10
@@
+[testenv]
+deps=
+ nose
+ mox
+ coverage
+commands=
+ nosetests -v \
+ --with-coverage --cover-package=cam --cover-erase --cover-html --cover-html-dir=htmlcov \
+ [] # substitute with tox' positional arguments
+