summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: edc77c5249ce3e17a161892d2f81da011982ec94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python

python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
  - "pypy"
  - "pypy3.5"
  - "nightly"

install:
  - pip install -U pip
  - pip install -U wheel setuptools
  - pip install .[test]

script:
  - python -m testtools.run discover
  - rst2html.py --strict README.rst README.html