python-click-threading/.travis.yml
2016-12-28 22:51:39 +01:00

12 lines
201 B
YAML

language: python
python:
- 2.7
- pypy
- 3.3
- 3.4
install:
- pip install -U tox setuptools wheel $(python -V |& grep -q 'Python 3.2' && echo 'pip<8.0 virtualenv<14.0')
script: tox