2014-03-09 20:30:55 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-08-09 07:32:02 +00:00
|
|
|
- "3.4"
|
2015-11-20 06:46:55 +00:00
|
|
|
- "3.5"
|
2017-02-13 02:00:02 +00:00
|
|
|
- "3.6"
|
2015-08-09 07:32:02 +00:00
|
|
|
- "pypy"
|
2018-04-23 02:57:58 +00:00
|
|
|
- "pypy3"
|
2014-03-09 20:30:55 +00:00
|
|
|
install: python setup.py install
|
|
|
|
script: python setup.py test
|