1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00
borg/.travis.yml
2013-07-25 23:18:34 +02:00

10 lines
227 B
YAML

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