From 17fd78b4467960e719ee05fa45957e3a0be13df2 Mon Sep 17 00:00:00 2001 From: Viktor Villainov Date: Sat, 29 Dec 2018 07:44:44 -0500 Subject: [PATCH] Add Travis CI --- .travis.yml | 9 +++++++++ README.rst | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml 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.