diff options
-rw-r--r-- | .travis.yml | 19 |
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 |