2013-02-24 11:03:14 +01:00
|
|
|
language: python
|
|
|
|
python:
|
2013-03-03 17:40:35 +01:00
|
|
|
- "2.6"
|
2013-02-24 11:03:14 +01:00
|
|
|
- "2.7"
|
|
|
|
- "3.2"
|
|
|
|
- "3.3"
|
2014-05-12 05:22:48 +02:00
|
|
|
- "3.4"
|
2014-07-06 20:49:47 +02:00
|
|
|
- "pypy"
|
2013-03-03 17:40:35 +01:00
|
|
|
install: tests/install.sh
|
|
|
|
script: tests/test.sh
|
2013-02-24 11:03:14 +01:00
|
|
|
|
|
|
|
# vim: et
|