This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

12 wiersze
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