PySecretHandshake/.travis.yml

12 lines
169 B
YAML
Raw Normal View History

2017-06-04 21:38:20 +00:00
language: python
python:
2017-08-01 20:36:49 +00:00
- "3.5"
2017-06-04 21:38:20 +00:00
- "3.6.1"
- "3.7-dev"
install:
- pip install .[tests]
- pip install coveralls
script: pytest
2017-06-04 21:55:07 +00:00
after_success:
- coveralls