mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
Added .travis.yml
This commit is contained in:
parent
6d2382587f
commit
46491eb07d
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install --use-mirrors Cython"
|
||||
- python setup.py install
|
||||
# command to run tests
|
||||
script: python -m darc.testsuite.run -vb
|
Loading…
Reference in a new issue