aboutsummaryrefslogtreecommitdiff
blob: 69e1659dbdef29357781c46fb5ae2937c15a5b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
    - 2.6
    - 2.7
    - 3.2
    - 3.3
    - 3.4
    - pypy
script:
    - ./setup.py test
    - ./setup.py install --root=/tmp/install-root
    - sudo rsync -a /tmp/install-root/. /
    - python -b -Wd -m portage.tests.runTests