mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
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
|