2012-11-13 17:50:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
|
|
|
- "3.2"
|
2013-03-19 01:22:21 +00:00
|
|
|
- "3.3"
|
2012-11-13 17:50:46 +00:00
|
|
|
- "pypy"
|
2013-06-28 21:49:23 +00:00
|
|
|
install:
|
2013-08-09 03:08:46 +00:00
|
|
|
- pip install pytest --use-mirrors
|
2012-11-13 18:27:48 +00:00
|
|
|
script: py.test -vv
|