forked from OSchip/llvm-project
10 lines
136 B
YAML
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
|