Kaynağa Gözat

travis: separate install requires from testing requires

Bastien Sevajol 6 yıl önce
ebeveyn
işleme
6adaf2922d
No account linked to committer's email
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Dosyayı Görüntüle

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