Ver Fonte

Install scikit-image and numpy

Kentaro Wada há 8 anos atrás
pai
commit
cf2ac140b6
1 ficheiros alterados com 1 adições e 0 exclusões
  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: