Skip to content

Commit 1e51c86

Browse files
committed
reduce verbosity
1 parent d1415a1 commit 1e51c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
envlist = py27, py35, py36, py37-npy{113,114,115}, docs
88

99
[testenv]
10-
install_command = pip install -v --no-binary=numcodecs {opts} {packages}
10+
install_command = pip install --no-binary=numcodecs {opts} {packages}
1111
setenv =
1212
PYTHONHASHSEED = 42
1313
# hooks for coverage exclusions based on Python major version

0 commit comments

Comments
 (0)