1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00
borg/.travis.yml
2013-07-25 23:08:03 +02:00

12 lines
329 B
YAML

language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install:
- "sudo apt-get install fuse-utils libfuse-dev libattr1-dev"
- "pip install --use-mirrors llfuse"
- "pip install --use-mirrors Cython"
- "pip install -e ."
# command to run tests
script: fakeroot -u python -m attic.testsuite.run -vb