Release 1.5.0.
[third_party/testtools] / .travis.yml
1 language: python
2
3 python:
4   - "2.6"
5   - "2.7"
6   - "3.3"
7   - "3.4"
8   - "pypy"
9   - "pypy3"
10
11 # We have to pin Jinja2 < 2.7  for Python 3.2 because 2.7 drops/breaks support:
12 # http://jinja.pocoo.org/docs/changelog/#version-2-7
13 #
14 # See also:
15 # http://stackoverflow.com/questions/18252804/syntax-error-in-jinja-2-library
16 matrix:
17   include:
18     - python: "3.2"
19       env: JINJA_REQ="jinja2<2.7, Pygments<2.0"
20
21 install:
22   - pip install fixtures $JINJA_REQ sphinx
23   - python setup.py install
24
25 script:
26   - python -m testtools.run testtools.tests.test_suite
27   - make clean-sphinx docs