Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 59fc2c9

Browse files
committed
don't silence pip
it can provide useful information when you break something
1 parent a747e6e commit 59fc2c9

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
@@ -25,9 +25,9 @@ before_install:
2525
- pip install -e git+https://github.com/modoboa/modoboa.git#egg=modoboa
2626

2727
install:
28-
- pip install -q -r requirements.txt
29-
- pip install -q -r test-requirements.txt
30-
- python setup.py -q develop
28+
- pip install -r requirements.txt
29+
- pip install -r test-requirements.txt
30+
- python setup.py develop
3131

3232
script:
3333
- cd test_project

0 commit comments

Comments
 (0)