Add Travis CI
parent
c1681b8d0e
commit
17fd78b446
|
@ -0,0 +1,9 @@
|
||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
|
install: pip install -e .
|
||||||
|
script: python -m unittest
|
|
@ -1,5 +1,7 @@
|
||||||
i2plib
|
i2plib
|
||||||
======
|
======
|
||||||
|
.. image:: https://travis-ci.com/l-n-s/i2plib.svg?branch=master
|
||||||
|
:target: https://travis-ci.com/l-n-s/i2plib
|
||||||
|
|
||||||
i2plib is a modern asynchronous library for building I2P applications.
|
i2plib is a modern asynchronous library for building I2P applications.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue