iosfu/.travis.yml

6 lines
83 B
YAML

language: python
python:
- "2.7"
- "3.3"
script: "python -m unittest discover"