word-challenge/.travis.yml

9 lines
90 B
YAML

language: python
python:
- "2.7"
- "3.4"
install:
- pip install tox
script:
- tox