mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
b8322c9c53
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
10 lines
199 B
YAML
10 lines
199 B
YAML
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
|