aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6ec6f01b2ef695cc9d9e81cd9702bcb3a6b14019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: python
python:
  - 2.7
  - 3.2
  - 3.3
  - "pypy"
matrix:
  allow_failures:
    - python: 3.2
    - python: 3.3
notifications:
  email: false
env:
  - DEPS=false
  - DEPS=true
install:
  - "make gpgkey"
  - "DESTDIR=. make install"
script:
  - "make test"