Przeglądaj źródła

Install scikit-image and numpy

Kentaro Wada 8 lat temu
rodzic
commit
cf2ac140b6
1 zmienionych plików z 1 dodań i 0 usunięć
  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: