10 lines
168 B
YAML
Raw Normal View History

2016-08-01 14:16:54 +05:00
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
2016-08-01 18:09:26 +05:00
install: "pip install pytest pytest-cov"
script: py.test --doctest-modules --cov ./