slixmpp/.travis.yml
2015-04-11 17:45:23 -04:00

10 lines
123 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- "pip install ."
script: testall.py