Explorar o código

Improve apt-get install

Kentaro Wada %!s(int64=8) %!d(string=hai) anos
pai
achega
43982381e0
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -8,12 +8,12 @@ python:
   - '2.7'
 
 before_install:
-  - sudo -H apt-get install python-matplotlib
-  - sudo -H apt-get install python-numpy
-  - sudo -H apt-get install python-qt4
-  - sudo -H apt-get install pyqt4-dev-tools
-  - sudo -H apt-get install python-scipy
-  - sudo -H apt-get install python-skimage
+  - sudo -H apt-get install -qq -y python-matplotlib
+  - sudo -H apt-get install -qq -y python-numpy
+  - sudo -H apt-get install -qq -y python-qt4
+  - sudo -H apt-get install -qq -y pyqt4-dev-tools
+  - sudo -H apt-get install -qq -y python-scipy
+  - sudo -H apt-get install -qq -y python-skimage
   # - pip install flake8 hacking
   # - flake8 .