mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
14 lines
157 B
YAML
14 lines
157 B
YAML
|
language: python
|
||
|
|
||
|
python:
|
||
|
- 2.5
|
||
|
- 2.6
|
||
|
- 2.7
|
||
|
# - 3.2
|
||
|
# - pypy
|
||
|
|
||
|
script:
|
||
|
- python setup.py clean
|
||
|
- python setup.py install
|
||
|
- python selftest.py
|