diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5f5506c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python + +python: + - "3.5" + - "3.6" + - "3.7" + +install: pip install -e . +script: python -m unittest diff --git a/README.rst b/README.rst index b1873b3..cffaf8b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,7 @@ 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.