1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-19 17:21:30 -04:00
metrik/.travis.yml
Bradlee Speice 77e4097756 Attempt coveralls integration.
Likely totally broken.
2016-08-07 16:33:13 -04:00

11 lines
152 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
script: python setup.py test --cov metrik
after_success: coveralls