slixmpp/.travis.yml

8 lines
97 B
YAML

language: python
python:
- "3.7"
- "3.8-dev"
install:
- "pip install ."
script: testall.py