pyssb/.travis.yml
Pedro Ferreira 9fc910c37d Python 3.5 compatibility
Close #1 and #3
2017-08-01 22:37:14 +02:00

12 lines
169 B
YAML

language: python
python:
- "3.5"
- "3.6.1"
- "3.7-dev"
install:
- pip install .[tests]
- pip install coveralls
script: pytest
after_success:
- coveralls