浏览代码

Install scikit-image and numpy

Kentaro Wada 8 年之前
父节点
当前提交
cf2ac140b6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: