summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 94d2d0753bae5135d04aceed8fce6a59a96bea6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
sudo: false
language: python
cache: pip
matrix:
    include:
        - python: 2.6
        - python: 2.7
        - python: 3.3
        - python: 3.4
        - python: 3.5
        - python: nightly
        # - language: generic
        #   os: osx
        #   env: PYVER=py26
        - language: generic
          os: osx
          env: PYVER=py27
        # - language: generic
        #   os: osx
        #   env: PYVER=py33
        - language: generic
          os: osx
          env: PYVER=py34
        # XXX - not supported yet
        # - language: generic
        #   os: osx
        #   env: PYVER=py35
install:
    - ./.ci/travis/install.sh
script:
    - ./.ci/travis/run.sh