This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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