summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0d15915564991184796cb1d9eeca43fe81ce8c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sudo: false
language: python

python:
  - "2.6"
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "pypy"
  - pypy3
  - "nightly"

install:
 - pip install -U pip
 - pip install -U wheel setuptools pbr
 - pip install -U testtools docutils
 - pip list
 - python --version

script:
 - make check
 - rst2html.py --strict README.rst README.html