Add a .travis.yml.

This commit is contained in:
Robert Collins 2016-05-18 17:14:49 +12:00
parent c14d08bb39
commit d8729f8820
1 changed files with 23 additions and 0 deletions

23
.travis.yml Normal file
View File

@ -0,0 +1,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