Files
sphinx/.travis.yml

17 lines
247 B
YAML
Raw Normal View History

2012-11-03 10:50:50 +01:00
language: python
sudo: false
2012-11-03 10:50:50 +01:00
python:
- "2.6"
2012-11-03 10:50:50 +01:00
- "2.7"
- "3.3"
- "3.4"
- "pypy"
env:
- DOCUTILS=0.11
- DOCUTILS=0.12
2012-11-03 10:50:50 +01:00
install:
- pip install docutils==$DOCUTILS
- pip install -r test-reqs.txt
2015-03-07 16:50:01 +09:00
before_script: flake8
script: make test