tahoe-lafs/.travis.yml
Daira Hopwood b8322c9c53 Add Travis configuration.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-09-01 00:45:20 +01:00

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