Files
clang-p2996/lldb/third_party/Python/module/ptyprocess-0.6.0/.travis.yml
Davide Italiano 205fd03a27 [third-party] Update pexpect to 4.6.
Reviewers: labath, jdevlieghere

Subscribers: lldb-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D59159

llvm-svn: 355967
2019-03-12 20:41:24 +00:00

10 lines
136 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
# command to run tests
script: py.test --verbose --verbose
sudo: False