We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe534e commit 209186dCopy full SHA for 209186d
.travis.yml
@@ -13,8 +13,8 @@ before_install:
13
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
14
install:
15
- pip install -U numpy
16
- - pip install -r requirements.txt
17
- - pip install .[full]
+ - pip install -q -r requirements.txt
+ - pip install -q .[full]
18
- pip install coveralls
19
20
os:
0 commit comments