1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00
borg/.travis.yml
2014-04-13 20:44:24 +02:00

11 lines
269 B
YAML

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