Skip to content

Commit 2896610

Browse files
committed
Integration with Travis-CI
1 parent 684bfc3 commit 2896610

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- 2.7
4+
5+
sudo: false
6+
7+
install:
8+
- pip install PIL --allow-external PIL --allow-unverified PIL
9+
10+
script:
11+
- ./tests/api_tests.py

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# ev3dev-lang-python
2+
3+
[![Build Status](https://travis-ci.org/ddemidov/ev3dev-lang-python-1.svg?branch=tests)](https://travis-ci.org/ddemidov/ev3dev-lang-python-1)
4+
25
Pure python bindings for ev3dev
6+

0 commit comments

Comments
 (0)