PySecretHandshake/.travis.yml
2017-06-05 00:35:27 +02:00

9 lines
130 B
YAML

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