mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Add Travis configuration.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
aa29f2655d
commit
b8322c9c53
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
before_install:
|
||||
- sh -c set
|
||||
install: true
|
||||
before_script: python misc/build_helpers/show-tool-versions.py
|
||||
script: python setup.py test --reporter=timing
|
Loading…
Reference in New Issue
Block a user