borg/.travis.yml

12 lines
269 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:
- "sudo apt-get install -y libacl1-dev"
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
2013-07-25 20:54:19 +00:00
script: fakeroot -u python -m attic.testsuite.run -vb