2012-03-04 11:29:55 +01:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2012-06-13 16:36:51 +02:00
|
|
|
- pypy
|
2013-01-03 14:14:22 +01:00
|
|
|
- 3.3
|
2012-06-24 03:43:08 +02:00
|
|
|
script: python setup.py test
|
2012-03-04 11:29:55 +01:00
|
|
|
install:
|
2012-06-24 03:43:08 +02:00
|
|
|
- pip install . --use-mirrors
|