summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 12a89e1bd56993d10d4a35a4543b153267002c00 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
install:
  - pip install -e git+https://github.com/iustin/pylibacl\#egg=posix1e
  - pip install -r testsuite/requirements.txt --use-mirrors
  - pip install -e .
script:
  - nosetests testsuite