From 70b88a4e263fcf3d2836ff2c832f4506c012e795 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 18 Mar 2019 23:16:30 -0400 Subject: [PATCH] Create .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2a896d1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.4" + - "3.5" + - "3.6" +install: + - pip install pipenv + - pipenv install --dev + +script: nosetests