mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add .travis.yml for Travis CI (http://travis-ci.org/)
This commit is contained in:
parent
a005018a4e
commit
66c0217619
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- 2.5
|
||||||
|
- 2.6
|
||||||
|
- 2.7
|
||||||
|
# - 3.2
|
||||||
|
# - pypy
|
||||||
|
|
||||||
|
script:
|
||||||
|
- python setup.py clean
|
||||||
|
- python setup.py install
|
||||||
|
- python selftest.py
|
Loading…
Reference in New Issue
Block a user