blob: 5b87103a570af4c23e279db34ac847604b6eff19 (
plain) (
tree)
|
|
language: python
python:
- 2.7
- 3.2
- 3.3
- "pypy"
matrix:
allow_failures:
- python: 3.2
- python: 3.3
- python: "pypy"
notifications:
email: false
install:
- "pip install nose nose-cov --use-mirrors"
- "DESTDIR=. make install"
script:
- "make test"
|