borg/.travis.yml

13 lines
279 B
YAML
Raw Normal View History

2013-07-03 20:46:46 +00:00
language: python
python:
- "3.2"
- "3.3"
2014-05-01 12:08:12 +00:00
- "3.4"
2013-07-03 20:46:46 +00:00
# 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