deb-python-greenio/.travis.yml

13 lines
197 B
YAML

language: python
python:
- 3.3
- 3.4
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install asyncio; fi
- python setup.py install
script:
- python runtests.py