pyssb/.travis.yml

12 lines
169 B
YAML
Raw Normal View History

2017-08-01 17:40:53 +00:00
language: python
python:
- "3.5"
2017-08-01 17:40:53 +00:00
- "3.6.1"
- "3.7-dev"
install:
- pip install .[tests]
- pip install coveralls
script: pytest
after_success:
- coveralls