Ver código fonte

Merge branch 'develop' of github.com:tracim/tracim_v2 into develop

AlexiCauvin 7 anos atrás
pai
commit
8f04410e82
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Ver arquivo

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