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