浏览代码

travis: separate install requires from testing requires

Bastien Sevajol 6 年前
父节点
当前提交
6adaf2922d
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml 查看文件

23
         - cd backend
23
         - cd backend
24
       install:
24
       install:
25
         - pip install --upgrade pip setuptools
25
         - pip install --upgrade pip setuptools
26
+        - pip install -e .
26
         - pip install -e ".[testing]"
27
         - pip install -e ".[testing]"
27
         - pip install pytest-cov
28
         - pip install pytest-cov
28
         - pip install python-coveralls
29
         - pip install python-coveralls