Sign in
fuchsia
/
third_party
/
github.com
/
pyserial
/
pyserial
/
refs/heads/upstream/feat-miniterm-send-control
/
.
/
.travis.yml
blob: ff48704dad10dc8d78795cd01ab496ba0196a3a9 [
file
] [
edit
]
# Copyright Roger Meier <r.meier@siemens.com>
# SPDX-License-Identifier: BSD-3-Clause
language:
python
python:
-
2.7
-
3.4
-
3.5
-
3.6
-
pypy
-
pypy3
script:
-
python setup.py install
-
python test/run_all_tests.py loop
:
//