mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
11 lines
215 B
YAML
11 lines
215 B
YAML
# http://docs.travis-ci.com/user/languages/python/
|
|
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
|
|
install:
|
|
- pip install 'GitPython >= 0.2.0' --pre
|
|
- pip install 'pep8' --use-mirrors
|
|
|
|
script: nosetests test/unit
|