xref: /openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/.travis.yml (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
1language: python
2python:
3  - "3.6"
4  - "3.5"
5  - "3.4"
6  - "2.7"
7# command to run tests
8script: py.test --verbose --verbose
9sudo: False
10