borg/.travis.yml

11 lines
214 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:
- "pip install --use-mirrors Cython"
- "pip install -e ."
2013-07-03 20:46:46 +00:00
# command to run tests
script: python -m darc.testsuite.run -vb