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

12 行
148 B

  1. dist: xenial
  2. language: python
  3. python:
  4. - "3.6"
  5. - "3.7"
  6. - "3.8"
  7. - "3.9-dev"
  8. - "pypy3.5-6.0"
  9. install: pip install tox-travis
  10. script:
  11. - tox