Skip to content

Commit d14dc3f

Browse files
committed
Remove -q flag so we can see which version is installed
1 parent 33e5cf6 commit d14dc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848
- python : "nightly"
4949

5050
install:
51-
- pip install -q $PRE nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
51+
- pip install $PRE nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
5252

5353
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
5454
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later

0 commit comments

Comments
 (0)