Files
python-gpiozero/.travis.yml
Dave Jones 0838965796 Fix #115
Adds when_held event hook to Button (via extension of the EventsMixin
class). Also fixes some minor notes and activates codecov coverage
tracking.
2016-04-08 10:48:34 +01:00

20 lines
478 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
before_install:
# Coverage 4.0 no longer supports py3.2 and codecov depends on latest coverage
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install "coverage<4.0dev"; fi
- pip install codecov
after_success:
- codecov
notifications:
slack: raspberrypifoundation:YoIHtVdg8Hd6gcA09QEmCYXN