blob: a13b528d8514918d6c71e44390dbd4e2aad947c7 [file] [log] [blame]
Robert Collinsfd2d4b72015-07-07 11:24:28 +12001sudo: false
Robert Collins001ec862015-07-07 10:47:27 +12002language: python
3python:
Robert Collins001ec862015-07-07 10:47:27 +12004 - "2.7"
Robert Collins001ec862015-07-07 10:47:27 +12005 - "3.3"
6 - "3.4"
Hugob67fe8a2017-10-28 16:01:45 +03007 - "3.5"
8 - "3.6"
Robert Collins42cd3e22015-07-07 12:17:54 +12009 - pypy
10 - pypy3
Robert Collins18c9bbd2015-07-10 14:00:11 +120011matrix:
12 include:
13# Travis nightly look to be 3.5.0a4, b3 is out and the syntax error we see
14# doesn't happen in trunk.
15 - python: "nightly"
16 env: SKIP_DOCS=1
Robert Collins05a92472015-07-07 11:17:36 +120017install:
18 - pip install -U pip
19 - pip install -U wheel setuptools
Robert Collins18c9bbd2015-07-10 14:00:11 +120020 - pip install -U .[docs,test]
Robert Collinscfe49722015-07-10 14:34:17 +120021 - pip list
22 - python --version
Robert Collins18c9bbd2015-07-10 14:00:11 +120023script:
24 - unit2
25 - if [ -z "$SKIP_DOCS" ]; then python setup.py build_sphinx; fi
Robert Collins35c0dd82015-09-02 16:41:39 +120026 - rst2html.py --strict README.rst README.html