summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 8b1471071148d0058e98c4048db84ed525d68ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
sudo: false
env:
    - TOXENV=py26
    - TOXENV=py27
    - TOXENV=py33
    - TOXENV=py34
#   PyPy support needs cleanup of doctests, plus some help from zope.security.
#   - TOXENV=pypy
#   PyPy3 support needs release of a fix for:
#   https://bitbucket.org/pypy/pypy/issue/1946)
#   - TOXENV=pypy3
install:
    - travis_retry pip install tox
script:
    - tox
notifications:
    email: false