dist: xenial language: python python: - "2.7" - "pypy" - "3.6" - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" - "pypy3" script: python -m unittest discover