mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
12 lines
214 B
YAML
12 lines
214 B
YAML
# http://docs.travis-ci.com/user/languages/python/
|
|
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
|
|
install:
|
|
- ./.travis-install-kludge.sh
|
|
- pip install 'pep8' --use-mirrors
|
|
|
|
script: nosetests test/unit
|