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"
|
2014-05-26 22:25:36 +00:00
|
|
|
- "3.4"
|
2015-11-04 21:34:28 +00:00
|
|
|
- "3.5"
|
|
|
|
- "3.5-dev"
|
|
|
|
- "nightly"
|
2012-11-13 17:50:46 +00:00
|
|
|
- "pypy"
|
2013-06-28 21:49:23 +00:00
|
|
|
install:
|
2015-11-04 22:15:21 +00:00
|
|
|
- pip install pytest
|
2012-11-13 18:27:48 +00:00
|
|
|
script: py.test -vv
|