Skip to content
Snippets Groups Projects
Select Git revision
  • 00cbc19be9b32105eb27dc04f7bd8159a5ff18ec
  • main default
  • tp3
  • tp2
  • tp1
  • tp3-correction
  • tp2-correction
  • tp1-correction
  • admins
9 results

requirements.txt

Blame
  • Forked from an inaccessible project.
    This project manages its dependencies using pip. Learn more
    .travis.yml 138 B
    language: node_js
    
    node_js: "10"
    
    cache:
      directories:
        - $HOME/.npm # npm cache
    
    install:
      - npm install
    
    script:
      - npm run build