mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 12:42:47 +00:00
9 lines
140 B
YAML
9 lines
140 B
YAML
![]() |
language: python
|
||
|
python:
|
||
|
- "2.5"
|
||
|
- "2.6"
|
||
|
- "2.7"
|
||
|
|
||
|
install: pip install 'GitPython >= 0.2.0' --use-mirrors
|
||
|
script: nosetests test/unit
|