Skip to content

Commit 919ae6d

Browse files
committed
Have tox run with coverage
1 parent cb2dadc commit 919ae6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
envlist = py27, py33, py34, nightly, pypy
88

99
[testenv]
10-
commands = nosetests
10+
commands = nosetests --logging-level=ERROR -a slow --with-coverage --cover-package=bigquery
1111
deps = -rrequirements_dev.txt
12-
skip_missing_interpreters = True
12+
skip_missing_interpreters = True

0 commit comments

Comments
 (0)