Quellcode durchsuchen

refix travis.yml

Guénaël Muller vor 8 Jahren
Ursprung
Commit
056bcb7d8e
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml Datei anzeigen

28
         - pip install pytest-cov
28
         - pip install pytest-cov
29
         - pip install python-coveralls
29
         - pip install python-coveralls
30
 
30
 
31
-      before_script:
32
-       - cd backend
33
       script:
31
       script:
34
        - py.test --cov tracim_backend
32
        - py.test --cov tracim_backend
35
 
33