PySecretHandshake/.travis.yml

9 lines
130 B
YAML
Raw Normal View History

2017-06-04 21:38:20 +00:00
language: python
python:
- "3.6.1"
- "3.7-dev"
install:
- pip install .[tests]
- pip install coveralls
script: pytest