mirror of
https://github.com/adulau/nato-converter.git
synced 2024-11-21 17:47:05 +00:00
8 lines
81 B
YAML
8 lines
81 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.6"
|
||
|
- "2.7"
|
||
|
- "pypy"
|
||
|
|
||
|
script: ./test.py
|