From 602539407575d6c6d4c3a7e3876bd34c4b33e2bc Mon Sep 17 00:00:00 2001 From: William Pietri Date: Mon, 4 Dec 2017 15:00:21 -0800 Subject: [PATCH] Testing out travis for CI. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5bcf4f0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.5" +install: + - pipenv install -d --system + +script: nosetests \ No newline at end of file