2012-03-04 13:29:55 +03:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2012-06-13 17:36:51 +03:00
|
|
|
- pypy
|
2012-03-15 02:11:49 +03:00
|
|
|
- 3.2
|
2012-06-24 04:43:08 +03:00
|
|
|
script: python setup.py test
|
2012-03-04 13:29:55 +03:00
|
|
|
install:
|
2012-06-24 04:43:08 +03:00
|
|
|
- pip install . --use-mirrors
|