This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

17 řádky
357 B

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