mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 09:40:36 +00:00
12 lines
164 B
YAML
12 lines
164 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
- "3.4"
|
|
- "3.3"
|
|
- "3.2"
|
|
- "2.7"
|
|
- "pypy"
|
|
- "pypy3"
|
|
install: "pip install -e .[test]"
|
|
script: make test
|