We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4e620 commit e6f7175Copy full SHA for e6f7175
.gitignore
@@ -41,3 +41,4 @@ docs/_build
41
42
# Virtual environment
43
env/
44
+coverage.xml
tox.ini
@@ -8,13 +8,16 @@ commands =
8
nosetests
9
deps =
10
nose
11
+ unittest2
12
13
[testenv:cover]
14
basepython =
15
python2.7
16
commands =
17
nosetests --with-xunit --with-xcoverage
18
19
+ nose
20
21
coverage
22
nosexcover
23
0 commit comments