This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
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