mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
10 lines
227 B
YAML
10 lines
227 B
YAML
language: python
|
|
python:
|
|
- "3.2"
|
|
- "3.3"
|
|
# command to install dependencies
|
|
install:
|
|
- "pip install --use-mirrors Cython"
|
|
- "pip install -e ."
|
|
# command to run tests
|
|
script: fakeroot -u python -m attic.testsuite.run -vb
|