summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5e1049397c0f9492bdb398b004ab8bbdc3950c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
  - "3.4"
  - "pypy"
env:
  - DOCUTILS=0.11
  - DOCUTILS=0.12
install:
  - pip install docutils==$DOCUTILS
  - pip install -r test-reqs.txt
script: make test