Browse Source

travis: separate install requires from testing requires

Bastien Sevajol 5 years ago
parent
commit
6adaf2922d
No account linked to committer's email
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml View File

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