blob: 9b2061b1b93a80e3c00d5a88e3adef171d93d321 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- "pypy"
env:
- DEPS=false
- DEPS=true
install:
- "make gpgkey"
- "DESTDIR=. make install"
script:
- "make test"
|