2013-02-24 11:03:14 +01:00
|
|
|
language: python
|
2013-03-03 17:40:35 +01:00
|
|
|
install: tests/install.sh
|
|
|
|
script: tests/test.sh
|
2014-12-09 16:37:28 +01:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: "2.6"
|
|
|
|
- python: "2.7"
|
|
|
|
- python: "3.2"
|
|
|
|
- python: "3.3"
|
|
|
|
- python: "3.4"
|
|
|
|
- python: "pypy"
|
|
|
|
- python: "pypy3"
|
2013-02-24 11:03:14 +01:00
|
|
|
|
|
|
|
# vim: et
|