2014-03-09 20:30:55 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-08-09 07:32:02 +00:00
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
2015-11-20 06:46:55 +00:00
|
|
|
- "3.5"
|
2015-08-09 07:32:02 +00:00
|
|
|
- "pypy"
|
2014-03-09 20:30:55 +00:00
|
|
|
install: python setup.py install
|
|
|
|
script: python setup.py test
|