We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2dadc commit 919ae6dCopy full SHA for 919ae6d
tox.ini
@@ -7,6 +7,6 @@
7
envlist = py27, py33, py34, nightly, pypy
8
9
[testenv]
10
-commands = nosetests
+commands = nosetests --logging-level=ERROR -a slow --with-coverage --cover-package=bigquery
11
deps = -rrequirements_dev.txt
12
-skip_missing_interpreters = True
+skip_missing_interpreters = True
0 commit comments