kappa123/.travis.yml

11 lines
112 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
install:
- pip install -r requirements.txt