summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2013-09-12 21:22:27 -0400
committerNed Batchelder <nedbat@gmail.com>2013-09-12 21:22:27 -0400
commit06a4fb15d49958b328fc43c9d5374d843d7f9013 (patch)
tree19106ca9dcf3a80e3e6cc12a2bd509b0198b6b78
parentb638afe3a6bf28b5a0d9e3d52079cbb6d96ae69c (diff)
parent563e02c6b27c88c2429cc8e19291f812b0b9fdb7 (diff)
downloadpython-coveragepy-06a4fb15d49958b328fc43c9d5374d843d7f9013.tar.gz
Merged in msabramo/coverage_msabramo_travis (pull request #7)
Add .travis.yml for Travis CI (http://travis-ci.org/)
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a6e7265
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+language: python
+
+python:
+ - 2.5
+ - 2.6
+ - 2.7
+ - 3.2
+ - pypy
+
+env:
+ - COVERAGE_TEST_TRACER=py
+ - COVERAGE_TEST_TRACER=c
+
+install:
+ - python setup.py clean install
+
+script:
+ - make testdata
+ - PYTHONPATH=test/eggsrc nosetests -e test_farm -e is_like_python test