summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: f93ab07c84e56f0f4e76869f06d46c540ebb1418 (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
32
33
34
language: python
python:
  - "2.5"
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
env:
  - WITH_OPTIONAL_DEPS=yes
  - WITH_OPTIONAL_DEPS=no
matrix:
  exclude:
    - python: "3.2"
      env: WITH_OPTIONAL_DEPS=yes
    - python: "3.3"
      env: WITH_OPTIONAL_DEPS=yes
before_install:
  - testsuite/before_install.sh
install:
  - testsuite/install.sh
  - pip install --use-mirrors -e .
script:
  - nosetests testsuite
branches:
  except:
    - maint
    - 1.1.0-stable
    - py3k
notifications:
  email: chris.a.st.pierre@gmail.com
  irc:
    channels:
      - "irc.freenode.org#bcfg2"
    use_notice: true