Merge pull request #5 from vrtsystems/add-travis-ci
Add automatic continuous check-in files.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install:
|
||||
- pip install unittest2
|
||||
script:
|
||||
- unit2
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user