mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 17:17:21 +08:00
Add travis ci config file.
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
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
|
||||
- pip install Pillow
|
||||
- pip install .
|
||||
|
||||
# run tests
|
||||
script: py.test
|
||||
Reference in New Issue
Block a user