Add Travis CI

master
Viktor Villainov 2018-12-29 07:44:44 -05:00
parent c1681b8d0e
commit 17fd78b446
No known key found for this signature in database
GPG Key ID: 8EB38B46F33BAF2F
2 changed files with 11 additions and 0 deletions

9
.travis.yml 100644
View File

@ -0,0 +1,9 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install: pip install -e .
script: python -m unittest

View File

@ -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.