Merge pull request #5 from vrtsystems/add-travis-ci

Add automatic continuous check-in files.
This commit is contained in:
Tommy Wang
2016-01-30 21:08:09 -06:00
2 changed files with 13 additions and 0 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install unittest2
script:
- unit2

View File

@@ -4,3 +4,6 @@ weakrefmethod
Backport of WeakMethod from Python 3.4 to Python 2.6+
`docs <https://docs.python.org/3/library/weakref.html#weakref.WeakMethod>`_
.. image:: https://travis-ci.org/vrtsystems/weakrefmethod.svg?branch=master
:target: https://travis-ci.org/vrtsystems/weakrefmethod