This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12 рядки
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