Add Travis configuration.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2013-08-31 21:35:19 +01:00
parent aa29f2655d
commit b8322c9c53

9
.travis.yml Normal file
View 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