From 031e96214b87fd07befa2f650f5bf1432bed7dcb Mon Sep 17 00:00:00 2001 From: Judy Njangi Date: Wed, 27 Sep 2017 14:47:09 +0300 Subject: [PATCH] add a travil.yml file --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bacacca --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "3.6.0" +install: + - pip install -r requirements.txt + - pip install coveralls +# command to run tests +script: + - coverage run --source=tests/*.py