python-click-threading/.travis.yml
2021-11-28 18:36:50 +01:00

12 lines
129 B
YAML

language: python
python:
- 3.6
- 3.7
- 3.8
- 3.9
install:
- pip install -U tox setuptools wheel
script: tox