This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12 lignes
195 B

  1. language: python
  2. python:
  3. - "2.7"
  4. - "3.4"
  5. - "3.5"
  6. - "3.6"
  7. - "pypy" # PyPy2 5.8.0
  8. - "pypy3" # Pypy3 5.8.0-beta0
  9. script:
  10. - pip install -r nearley-requirements.txt
  11. - python -m tests