Skip to content

Commit 209186d

Browse files
authored
Update .travis.yml
1 parent dbe534e commit 209186d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ before_install:
1313
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1414
install:
1515
- pip install -U numpy
16-
- pip install -r requirements.txt
17-
- pip install .[full]
16+
- pip install -q -r requirements.txt
17+
- pip install -q .[full]
1818
- pip install coveralls
1919

2020
os:

0 commit comments

Comments
 (0)