mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
8 lines
105 B
YAML
8 lines
105 B
YAML
language: python
|
|
python: 2.7
|
|
install: ./install.sh
|
|
script:
|
|
- ./run_tests.sh
|
|
- ./run_tests_static.sh
|
|
|