This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

24 wiersze
400 B

  1. [tox]
  2. envlist = py36, py37, py38, py39, pypy, pypy3
  3. skip_missing_interpreters=true
  4. [travis]
  5. 3.6 = py36
  6. 3.7 = py37
  7. 3.8 = py38
  8. 3.9 = py39
  9. pypy3 = pypy3
  10. [testenv]
  11. whitelist_externals = git
  12. deps =
  13. -rtest-requirements.txt
  14. # to always force recreation and avoid unexpected side effects
  15. recreate=True
  16. commands=
  17. git submodule sync -q
  18. git submodule update --init
  19. python -m tests {posargs}