1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-19 09:11:32 -04:00
metrik/.travis.yml
2016-08-07 16:53:34 -04:00

10 lines
145 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install: pip install -r requirements.txt
script: python setup.py test