python-click-threading/.travis.yml

11 lines
105 B
YAML
Raw Normal View History

language: python
python:
- 2.7
- pypy
- 3.3
- 3.4
install: pip install tox
script: tox