PySecretHandshake/.travis.yml

14 lines
190 B
YAML
Raw Normal View History

2019-06-12 19:12:22 +00:00
dist: xenial
2017-06-04 21:38:20 +00:00
language: python
python:
2017-08-01 20:36:49 +00:00
- "3.5"
2019-06-12 19:12:22 +00:00
- "3.6"
- "3.7"
- "3.8-dev"
2017-06-04 21:38:20 +00:00
install:
- pip install .[tests]
- pip install coveralls
script: pytest
2017-06-04 21:55:07 +00:00
after_success:
- coveralls