diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ae2086a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" +install: + - pip install unittest2 +script: + - unit2 diff --git a/README.rst b/README.rst index 67e3469..cb76ccd 100644 --- a/README.rst +++ b/README.rst @@ -4,3 +4,6 @@ weakrefmethod Backport of WeakMethod from Python 3.4 to Python 2.6+ `docs `_ + +.. image:: https://travis-ci.org/vrtsystems/weakrefmethod.svg?branch=master + :target: https://travis-ci.org/vrtsystems/weakrefmethod