mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 17:32:03 +08:00
15 lines
295 B
YAML
15 lines
295 B
YAML
virtualenv:
|
|
system_site_packages: true
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
|
|
# install dependencies and sloth
|
|
install:
|
|
- sudo apt-get install python-imaging python-qt4 python-numpy python3-numpy python-yaml msgpack-python
|
|
- pip install Pillow
|
|
- pip install .
|
|
|
|
# run tests
|
|
script: py.test
|