We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684bfc3 commit 2896610Copy full SHA for 2896610
.travis.yml
@@ -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
@@ -1,2 +1,6 @@
# ev3dev-lang-python
+[](https://travis-ci.org/ddemidov/ev3dev-lang-python-1)
Pure python bindings for ev3dev
0 commit comments