python-click-threading/.travis.yml

12 lines
129 B
YAML
Raw Permalink Normal View History

language: python
python:
2021-11-28 18:36:50 +01:00
- 3.6
- 3.7
- 3.8
- 3.9
install:
2021-11-28 18:36:50 +01:00
- pip install -U tox setuptools wheel
script: tox