This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 regels
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