.travis.yml 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 language: python python: - "3.6" before_install: - pip install 'uavcan>=1.0.0.dev27' script: - python3 test.py