1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 02:08:54 +00:00
borg/.travis.yml
2014-05-01 14:08:12 +02:00

12 lines
279 B
YAML

language: python
python:
- "3.2"
- "3.3"
- "3.4"
# 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