This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

14 рядки
172 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. - "pypy2.7-6.0"
  10. - "pypy3.5-6.0"
  11. install: pip install tox-travis
  12. script:
  13. - tox