language: python cache: directories: - "$HOME/.cache/pip" python: - 3.4 - 3.6 install: - pip install pyserial pyusb script: - python setup.py build - python setup.py test