Skip to content

Commit 64f10ce

Browse files
committed
Use pip --verbose on Travis CI
1 parent 905e526 commit 64f10ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ before_install:
2222
- cd ..
2323
# command to install dependencies
2424
install:
25-
- pip install Cython
25+
- pip install --verbose Cython
2626
- pip install --verbose cysignals
27-
- pip install Sphinx
28-
- pip install .
27+
- pip install --verbose Sphinx
28+
- pip install --verbose .
2929
# command to run tests
3030
script:
3131
- (cd tests && python rundoctest.py)

0 commit comments

Comments
 (0)