Sign in
fuchsia
/
third_party
/
github.com
/
pyserial
/
pyserial
/
refs/tags/v3.1.1
/
.
/
.travis.yml
blob: 0b47c2df9737bf08ee6e9408ee73af0c075cdaa2 [
file
]
# Copyright Roger Meier <r.meier@siemens.com>
# SPDX-License-Identifier: BSD-3-Clause
language:
python
python:
-
2.7
-
3.2
-
3.3
-
3.4
-
3.5
-
pypy
script:
-
python setup.py install
-
python test/test.py loop
:
//