mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-28 16:06:13 +01:00
6 lines
63 B
YAML
6 lines
63 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
script: make test
|