borg/.travis.yml
Thomas Waldmann 906ea629f6 use py.test for testing, document it
locally (via tox) and also on travis ci.
2015-05-22 21:26:41 +02:00

13 lines
253 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 py.test