This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

25 рядки
415 B

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