Skip to content

Commit e6f7175

Browse files
committed
Get all testenvs running under tox.
1 parent 4e4e620 commit e6f7175

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ docs/_build
4141

4242
# Virtual environment
4343
env/
44+
coverage.xml

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ commands =
88
nosetests
99
deps =
1010
nose
11+
unittest2
1112

1213
[testenv:cover]
1314
basepython =
1415
python2.7
1516
commands =
1617
nosetests --with-xunit --with-xcoverage
1718
deps =
19+
nose
20+
unittest2
1821
coverage
1922
nosexcover
2023

0 commit comments

Comments
 (0)