borg/.travis.yml

13 lines
304 B
YAML
Raw Normal View History

2013-07-03 20:46:46 +00:00
language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install:
2013-07-03 21:22:32 +00:00
- "sudo apt-get install fakeroot"
2013-07-03 21:32:42 +00:00
- "sudo mount /home -o remount,user_xattr"
2013-07-03 20:46:46 +00:00
- "pip install --use-mirrors Cython"
- "pip install -e ."
2013-07-03 20:46:46 +00:00
# command to run tests
script: fakeroot python -m darc.testsuite.run -vb