This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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