Quellcode durchsuchen

Install scikit-image and numpy

Kentaro Wada vor 8 Jahren
Ursprung
Commit
cf2ac140b6
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -13,6 +13,7 @@ install:
   - sudo -H apt-get install -qq -y pyqt4-dev-tools
   - sudo -H apt-get install -qq -y python-qt4
   - sudo -H pip install -U pip setuptools
+  - sudo -H pip install numpy scikit-image
   - sudo -H python setup.py install
 
 script: