This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
196 B

  1. dist: xenial
  2. language: python
  3. python:
  4. - "2.7"
  5. - "3.4"
  6. - "3.5"
  7. - "3.6"
  8. - "3.7"
  9. - "3.8"
  10. - "3.9-dev"
  11. - "pypy2.7-6.0"
  12. - "pypy3.5-6.0"
  13. install: pip install tox-travis
  14. script:
  15. - tox