iosfu/.travis.yml

6 lines
83 B
YAML
Raw Permalink Normal View History

2013-11-18 17:42:25 +00:00
language: python
python:
- "2.7"
- "3.3"
script: "python -m unittest discover"