TheAlgorithms-Python/.travis.yml

10 lines
168 B
YAML
Raw Normal View History

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