2014-03-09 20:30:55 +00:00
|
|
|
language: python
|
|
|
|
python:
|
2017-02-13 02:00:02 +00:00
|
|
|
- "3.6"
|
2020-02-14 23:29:20 +00:00
|
|
|
- "3.7"
|
|
|
|
- "3.8"
|
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
|