aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis/docker/client/etc/my_repos.py
blob: 2e1bc8bac4bd8cf02505b73cbb22fc4309811fcb (plain) (blame)
1
2
3
4
5
6
from pull.repo import Repo


MY_REPOS = (
    Repo('test_repo', clone_url='root@server:~/test_repo'),
)