Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / third_party / Python / module / ptyprocess-0.6.0 / .travis.yml
blob34b391808af3e0c7772da90e30192d677d1521fb
1 language: python
2 python:
3   - "3.6"
4   - "3.5"
5   - "3.4"
6   - "2.7"
7 # command to run tests
8 script: py.test --verbose --verbose
9 sudo: False