mirror of https://github.com/buildinspace/peru.git
7 lines
73 B
YAML
7 lines
73 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.2"
|
||
|
- "3.3"
|
||
|
- "3.4"
|
||
|
script: ./test.sh
|